Skip to content

Commit

Permalink
add more crypto algos (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmsft authored Oct 2, 2020
1 parent 357ce7e commit 35f1743
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/CryptoGatherer/Types.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,28 @@ public enum CryptoAlgorithm
KeyAgreement_Curve25519_X25519,
PRNG,
Symmetric_AES,
Symmetric_Salsa20_ChaCha
Symmetric_Salsa20_ChaCha,
SAFER,
twofish,
anubis,
blowfish,
camellia,
cast5,
DES,
idea,
kasumi,
khazad,
kseed,
multi2,
noekeon,
rc2,
rc5,
rc6,
serpent,
skipjack,
tea,
xtea
// bunch of values added from https://github.com/libtom/libtomcrypt/tree/develop/src/ciphers

}
}

0 comments on commit 35f1743

Please sign in to comment.