- aead nonce construction is efficient (replace last 8 bytes of salt with encoded block# and chunk-size - increase aead nonce size to 32 bytes - refactor errors into a separate file - update "build" to latest version - updated README. |
||
---|---|---|
.. | ||
.gitignore | ||
doc.go | ||
encrypt.go | ||
encrypt_test.go | ||
errors.go | ||
keys.go | ||
LICENSE | ||
README.md | ||
sign.go | ||
sign_test.go | ||
ssh.go | ||
stream.go | ||
utils_test.go |
sigtool/sign - Ed25519 signature calculation and verification
This is a small library that makes it easier to create and serialize Ed25519 keys, and sign, verify files using those keys. The library uses mmap(2) to read and process very large files.
The companion program sigtool uses this library.
License
GPL v2.0