Created
May 29, 2014 21:00
-
-
Save kevinejohn/85a76352315ad0bafdc4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sjcl.js | |
passed all 4156 tests. (26 ms) | |
Running AES official known-answer tests... | |
passed all 2000 tests. (149 ms) | |
Running CCM mode tests... | |
unimplemented | |
Running CBC mode tests... | |
passed all 22 tests. (16 ms) | |
Running OCB 2.0 mode tests... | |
passed all 36 tests. (22 ms) | |
Running GCM mode tests... | |
passed all 513 tests. (32 ms) | |
Running SHA-256 from catameringue... | |
passed. (130 ms) | |
Running SHA-256 iterative... | |
unimplemented | |
Running SHA-512 from catameringue... | |
unimplemented | |
Running SHA-512 iterative... | |
unimplemented | |
Running SHA-1 from sha1sum... | |
passed all 18 tests. (10 ms) | |
Running HMAC official test vectors... | |
passed. (29 ms) | |
Running PBKDF2... | |
unimplemented | |
Running Bignum modular reduction test... | |
unimplemented | |
Running Bignum modular multiplication test... | |
unimplemented | |
Running Bignum modular exponentiation test... | |
unimplemented | |
Running ECDSA test... | |
unimplemented | |
Running ECDH test... | |
unimplemented | |
Running SRP known-answer (RFC 5054) tests... | |
unimplemented | |
Running ECC convenience test... | |
All tests passed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment