* Refactored the private key protection to use standard AEAD construction. * Fix sanity check of decrypted block length to stay within verified bounds * Cleanup test harness to split into utility file (assert()); cleaned up names of test functions. * Fixed scrypt params to not take too long (N=2^19) * Updated README with these changes |
||
---|---|---|
.. | ||
.gitignore | ||
encrypt.go | ||
encrypt_test.go | ||
hdr.pb.go | ||
hdr.proto | ||
LICENSE | ||
README.md | ||
sign.go | ||
sign_test.go | ||
ssh.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