-
Notifications
You must be signed in to change notification settings - Fork 0
/
algorithms.txt
26 lines (26 loc) · 1.37 KB
/
algorithms.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
MD5:Message-Digest Algorithm 5
SHA1:Secure Hash Algorithm 1
SHA224:SHA-2 family (Secure Hash Algorithm 2)
SHA256:SHA-2 family (Secure Hash Algorithm 2)
SHA384:SHA-2 family (Secure Hash Algorithm 2)
SHA512:SHA-2 family (Secure Hash Algorithm 2)
SHA3_224:latest member of the Secure Hash Algorithm family of standards
SHA3_256:latest member of the Secure Hash Algorithm family of standards
SHA3_384:latest member of the Secure Hash Algorithm family of standards
SHA3_512:latest member of the Secure Hash Algorithm family of standards
SHA512_224:SHA-2 family (Secure Hash Algorithm 2)
SHA512_256:SHA-2 family (Secure Hash Algorithm 2)
BLAKE2s_256:Message-Digest Algorithm 5
BLAKE2b_256:use 32-bit words and produce digest sizes of 256 bits
BLAKE2b_384:use 64-bit words and produce digest sizes of 384 bits
BLAKE2b_512:use 64-bit words and produce digest sizes of 512 bits
ED25519_Sign:elliptic curve signing algorithm using EdDSA and Curve25519
ED25519_Verify:
AES_Encrypt_128:Advanced Encryption Standard key lengths: 128
AES_Encrypt_192:Advanced Encryption Standard key lengths: 192
AES_Encrypt_256:Advanced Encryption Standard key lengths: 256
AES_Decrypt_128:Advanced Encryption Standard key lengths: 128
AES_Decrypt_192:Advanced Encryption Standard key lengths: 192
AES_Decrypt_256:Advanced Encryption Standard key lengths: 256
RSA_Encrypt:Rivest–Shamir–Adleman
RSA_Decrypt:Rivest–Shamir–Adleman