package
0.2.0
Repository: https://github.com/vanadium/core.git
Documentation: pkg.go.dev

# Functions

NewSigningWriteCloser returns an io.WriteCloser that writes data along with an appropriate signature that establishes the integrity and authenticity of the data.
NewVerifyingReader returns an io.Reader that ensures that all data returned by Read calls was written using a NewSigningWriter (by a principal possessing a signer corresponding to the provided public key), and has not been modified since (ensuring integrity and authenticity of data).
No description provided by the author

# Structs

Options specifies parameters to tune a SigningWriteCloser.
No description provided by the author
No description provided by the author
Type definitions ================.

# Interfaces

No description provided by the author
Signer is the interface for digital signature operations used by NewSigningWriteCloser.

# Type aliases

No description provided by the author