2 files changed
+3
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
- .github/workflows/ci.yml+3-3
- README.md+1-1
- nimcrypto.nimble+1-1
- nimcrypto/bcmode.nim+229-102
- nimcrypto/blake2.nim+35-22
- nimcrypto/blowfish.nim+38-17
- nimcrypto/cpufeatures.nim+129
- nimcrypto/hash.nim+19-11
- nimcrypto/hmac.nim+174-30
- nimcrypto/keccak.nim+54-28
- nimcrypto/pbkdf2.nim+164-13
- nimcrypto/rijndael.nim+53-29
- nimcrypto/ripemd.nim+19-15
- nimcrypto/scrypt.nim+213-70
- nimcrypto/sha.nim+24-14
- nimcrypto/sha2.nim+2-584
- nimcrypto/sha2/sha2.nim+484
- nimcrypto/sha2/sha2_avx.nim+606
- nimcrypto/sha2/sha2_avx2.nim+860
- nimcrypto/sha2/sha2_common.nim+330
- nimcrypto/sha2/sha2_neon.nim+299
- nimcrypto/sha2/sha2_ref.nim+308
- nimcrypto/sha2/sha2_sha.nim+255
- nimcrypto/twofish.nim+47-23
- nimcrypto/utils.nim+88-46
- tests/testhmac.nim+60-1
- tests/testkdf.nim+120-2
- tests/testscrypt.nim+127-25
- tests/testsha2.nim+515-53
0 commit comments