Extensions for CryptoJS containing AES-CMAC, AES-SIV and AES-EAX implementations
Stars
36
Forks
20
Watchers
36
Open Issues
8
Overall repository health assessment
2.4.1057
commits
added spongent hash function with all its variants (tested with the published test vectors)
8c61d15View on GitHubfixed Neeva implementation and extended for all three available test vectors;
fa1eafdView on GitHubneeva: changed xor to modular addition and fixed the sources and targets
018dec2View on GitHubadded neeva impl and test vectors, but it doesn't work (waiting for reference implementation to find the bug)
7ec245bView on GitHubadded Tiny Encryption Algorithm implementation with generated test cases
9f617f4View on GitHubfixed GOST28147 cipher implementation and added testing code with random test vectors generated from BouncyCastle
04ca8b6View on GitHubadded tests for streaming API of GOST Streebog and added large message tests generated from the sftp/gost34.11-2012_stribog implementation
4d4b2ffView on GitHubfixed GOST Streebog hash function (test cases are successful)
6c22495View on GitHubadded first GOST hash function impl and first tests (failing)
6eae2deView on GitHub