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 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6377f0573df61ea6534f003b2a91ec19f510a537
c3c
/
lib
/
std
/
hash
History
Christoffer Lerno
946c167bf1
Improve error for default args
#2096
. Deprecated old inference with slice copy. Copying must now ensure a slicing operator at the end of the right hand side:
foo[1..2] = bar[..]
rather than the old
foo[1..2] = bar
. The old behaviour can be mostly retained with
--use-old-slice-copy
).
2025-04-18 17:19:04 +02:00
..
adler32.c3
Change all hash functions to have a common
hash
function.
2025-03-03 20:07:02 +01:00
crc32.c3
Change all hash functions to have a common
hash
function.
2025-03-03 20:07:02 +01:00
crc64.c3
Change all hash functions to have a common
hash
function.
2025-03-03 20:07:02 +01:00
fnv32a.c3
- Change
distinct
->
typedef
.
2025-03-15 20:10:47 +01:00
fnv64a.c3
- Change
distinct
->
typedef
.
2025-03-15 20:10:47 +01:00
hmac.c3
Improve error for default args
#2096
. Deprecated old inference with slice copy. Copying must now ensure a slicing operator at the end of the right hand side:
foo[1..2] = bar[..]
rather than the old
foo[1..2] = bar
. The old behaviour can be mostly retained with
--use-old-slice-copy
).
2025-04-18 17:19:04 +02:00
md5.c3
Improve error for default args
#2096
. Deprecated old inference with slice copy. Copying must now ensure a slicing operator at the end of the right hand side:
foo[1..2] = bar[..]
rather than the old
foo[1..2] = bar
. The old behaviour can be mostly retained with
--use-old-slice-copy
).
2025-04-18 17:19:04 +02:00
sha1.c3
Rename
def
to
alias
.
2025-03-13 11:22:27 +01:00
sha256.c3
Rename
def
to
alias
.
2025-03-13 11:22:27 +01:00