sigtool/sign
2019-06-20 10:51:33 +05:30
..
.gitignore Teach sigtool to use go modules; updated to use my fork of pflag. 2019-06-20 10:51:33 +05:30
LICENSE Teach sigtool to use go modules; updated to use my fork of pflag. 2019-06-20 10:51:33 +05:30
README.md Teach sigtool to use go modules; updated to use my fork of pflag. 2019-06-20 10:51:33 +05:30
sign.go Teach sigtool to use go modules; updated to use my fork of pflag. 2019-06-20 10:51:33 +05:30
sign_test.go Teach sigtool to use go modules; updated to use my fork of pflag. 2019-06-20 10:51:33 +05:30

GoDoc

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