2025-02-25 11:08:20 -08:00
|
|
|
[](https://godoc.org/git.rgst.io/homelab/sigtool/v3/sign)
|
2019-06-20 10:51:33 +05:30
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
2025-02-25 11:08:20 -08:00
|
|
|
The companion program [sigtool](https://git.rgst.io/homelab/sigtool/v3) uses this library.
|
2019-06-20 10:51:33 +05:30
|
|
|
## License
|
|
|
|
GPL v2.0
|