changes: fix alphabetic order of newly added hash types

pull/3318/head
philsmd 2 years ago
parent 15a0ad5903
commit 277ec35357
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

@ -4,9 +4,9 @@
## Algorithms
##
- Added hash-mode: BLAKE2b-512($salt.$pass)
- Added hash-mode: BLAKE2b-512($pass.$salt)
- Added hash-mode: Amazon AWS4-HMAC-SHA256
- Added hash-mode: BLAKE2b-512($pass.$salt)
- Added hash-mode: BLAKE2b-512($salt.$pass)
- Added hash-mode: DPAPI masterkey file v1 (context 3)
- Added hash-mode: DPAPI masterkey file v2 (context 3)
- Added hash-mode: Exodus Desktop Wallet (scrypt)

Loading…
Cancel
Save