Pinned Repositories
decimal
A high-performance, arbitrary-precision, floating-point decimal library.
go-coreutils
A cross-platform port of GNU's coreutils to Go
go-gnulib
A collection of parts of GNU's libc, POSX libs, and Windows functions ported to Go
hctr2
Length-preserving encryption algorithm https://eprint.iacr.org/2021/1441.pdf
lwcrypto
NIST Lightweight Cryptography finalists
ocb3
OCB3 - Offset Codebook Mode
polyval
POLYVAL per RFC 8452
siv
AES-GCM-SIV per RFC 8452
stream
OAE2 STREAM
ericlagergren's Repositories
ericlagergren/decimal
A high-performance, arbitrary-precision, floating-point decimal library.
ericlagergren/aegis
Implementation of https://www.ietf.org/archive/id/draft-denis-aegis-aead-00.html / https://competitions.cr.yp.to/round3/aegisv11.pdf
ericlagergren/fixed
ericlagergren/polyval
POLYVAL per RFC 8452
ericlagergren/dndk-gcm
Double Nonce Derive Key AES-GCM (DNDK-GCM)
ericlagergren/forro
ericlagergren/hctr2-rs
Length-preserving encryption algorithm https://eprint.iacr.org/2021/1441.pdf
ericlagergren/ocb3
OCB3 - Offset Codebook Mode
ericlagergren/polyval-rs
ericlagergren/syslogd
a syslog daemon
ericlagergren/aes-gcm-sst
https://datatracker.ietf.org/doc/draft-mattsson-cfrg-aes-gcm-sst/
ericlagergren/crypto-dit
Data Independent Timing
ericlagergren/decnum
ericlagergren/gcc
ericlagergren/gcm-sst
https://www.ietf.org/archive/id/draft-mattsson-cfrg-aes-gcm-sst-01.html
ericlagergren/gofrontend
Go compiler frontend (gccgo)
ericlagergren/intrin
ericlagergren/leb128
ericlagergren/ordered
rsc.io/ordered
ericlagergren/rclib
ericlagergren/sleeper
ericlagergren/stream-rs
ericlagergren/syncd
ericlagergren/sys-util
ericlagergren/tape
ericlagergren/tile
ericlagergren/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
ericlagergren/universal-hashes
Collection of universal hashing functions
ericlagergren/utils
Utility crates used in RustCrypto
ericlagergren/vint64
Variable length integer encoding per https://docs.rs/vint64/latest/vint64/