alpha
Login
or
Join now
twofortyeight.net
/
vage
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
an implementation of the age encryption spec in v
age
encryption
vlang
age-encryption
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
vage
/
age
/
at
main
5 folders
2 files
thrzl
fix: don't explode when u build on a non-64 bit host
5w ago
ae3ecce4
chacha20poly1305
fix: don't explode when u build on a non-64 bit host
1 month ago
format
perf: more eagerly fill buffers
1 month ago
hacl
chacha20poly1305: use HACL* C instead of pre-compiled static lib
1 month ago
primitives
fix: remove old primitive tests
1 month ago
x25519
perf: reduce allocations major perf boost, like 22% in some benchmarks. still much slower than the reference though; it's prob chacha20poly1305
1 month ago
main.v
feat: implement file decryption
3 months ago
perf_test.v
chore: add standardized performance benchmarking - bench.sh: end-to-end + inner-loop micro-benchmarks with hyperfine, CSV logging for cross-run diffing, and reported vs-age comparison. - age/perf_test.v: standalone perf test harness (V test file with bench_payload + bench_wrap_unwrap entry points). - cmd/vec_runner.v: standalone binary that decrypts every age X25519 success vector from tests/age-vectors and verifies the payload SHA-256. thank you laguna s2.1
1 month ago