Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,312 contributions in the last year
Contribution activity
August 2020
- jedisct1/zig-alzette Zig
- jedisct1/zig Zig
- jedisct1/ANNA-Backend JavaScript
Created a pull request in ziglang/zig that received 10 comments
cache_hash: hash function changes
Replace the explicit Blake3 type with a more generic Hasher alias, so that the hash function can easily be updated. Switch to Poly1305. Poly1305 …
+54
−24
•
10
comments
- Add mem.timingSafeEql() for constant-time array comparison
- Improve documentation on siphash recommended parameters
- cache_hash: hash function change
- Promote hash/siphash to crypto/siphash
- Make poly1305 faster
- Fix missing init() update in std/build/write_file.zig
- Breaking: sort std/crypto functions into categories
- ristretto255: add uniform string->element map & inversionless equivalence check
- std/crypto: gimli.Aead.decrypt()'s ad should be const
- std/crypto: XChaCha20, detached modes and standard AEAD API
- Improve curve25519-based crypto