This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 20:11:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ce569462f6a145d4ebf84b4deed19fd32b59833f
c3c
/
test
/
unit
/
stdlib
/
hash
History
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
..
fnv32a.c3
Change all hash functions to have a common
hash
function.
2025-03-03 20:07:02 +01:00
fnv64a.c3
Change all hash functions to have a common
hash
function.
2025-03-03 20:07:02 +01:00
md5.c3
Added MD5 and crypto::safe_compare.
2024-09-28 22:16:25 +02:00
sha1.c3
Fix bug in SHA1 for longer blocks
#1854
.
2025-01-17 01:10:40 +01:00
sha256.c3
Fix Incorrect SHA256 Hashes for Large Inputs (
#2247
)
2025-06-28 03:20:33 +02:00
sha512.c3
Fix Incorrect SHA256 Hashes for Large Inputs (
#2247
)
2025-06-28 03:20:33 +02:00