Zack Puhl
|
0448e50b3d
|
Fix Incorrect SHA256 Hashes for Large Inputs (#2247)
* fix >256MiB sha256 bitcount computation overflow
|
2025-06-28 03:20:33 +02:00 |
|
Zack Puhl
|
5efc721b0c
|
Add SHA512 Module to stdlib (#2227)
* add sha512 module to stdlib with passing unit tests
* fix release notes PR ref num for this
* deduplicate const SHA512 hash info
|
2025-06-20 19:08:45 +02:00 |
|
Christoffer Lerno
|
0a905d8458
|
Change all hash functions to have a common hash function.
|
2025-03-03 20:07:02 +01:00 |
|
Christoffer Lerno
|
d4bd68c188
|
Fix bug in SHA1 for longer blocks #1854.
|
2025-01-17 01:10:40 +01:00 |
|
konimarti
|
e67e9d3bbf
|
Fix fnv a hashes (#1667)
* fix fnv32a
* fix fnv64a
* Simplify code
---------
Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
|
2024-12-07 15:39:45 +01:00 |
|
Fernando López Guevara
|
131a783e89
|
feat(hash): added test for sha256
|
2024-10-02 16:55:17 +02:00 |
|
Christoffer Lerno
|
c8018c5543
|
Added generic PBKDF2 implementation.
|
2024-09-30 00:07:49 +02:00 |
|
Christoffer Lerno
|
cc130e04dd
|
Added MD5 and crypto::safe_compare.
|
2024-09-28 22:16:25 +02:00 |
|
Christoffer Lerno
|
2f255ac5c3
|
Sha1.
|
2023-02-24 10:49:01 +01:00 |
|