package
0.14.55-rc.2
Repository: https://github.com/incercadi/syncthing.git
Documentation: pkg.go.dev

# Functions

GenerateKeys returns a new key pair, with the private and public key encoded in PEM format.
Sign computes the hash of data and signs it with the private key, returning a signature in PEM format.
Verify computes the hash of data and compares it to the signature using the given public key.