sigtool/sign
Sudhi Herle f82c1336ac sigtool now supports openssh ed25519 public and private keys.
* Added support to read openssh public keys and encrypted private keys
* reworked private key handling
* made password the default; generating keys without password
  requires explicit "--no-password"
2019-11-05 21:42:25 +01:00
..
.gitignore Teach sigtool to use go modules; updated to use my fork of pflag. 2019-06-20 10:51:33 +05:30
crypt_test.go Merge branch 'encdec' 2019-10-22 20:12:51 -07:00
encrypt.go Merge branch 'encdec' 2019-10-22 20:12:51 -07:00
hdr.pb.go First working version of encrypt/decrypt 2019-10-17 14:29:01 -07:00
hdr.proto First working version of encrypt/decrypt 2019-10-17 14:29:01 -07:00
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 sigtool now supports openssh ed25519 public and private keys. 2019-11-05 21:42:25 +01:00
sign_test.go Teach 'sigtool enc' to accept a user defined block size 2019-10-21 13:28:27 -07:00
ssh.go sigtool now supports openssh ed25519 public and private keys. 2019-11-05 21:42:25 +01:00

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