Discover Packages
github.com/google/keytransparency
core
crypto
vrf
package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jul 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 20
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package vrf defines the interface to a verifiable random function.
PrivateKey supports evaluating the VRF function.
type PublicKey interface {
ProofToHash(m, proof []byte ) (index [32]byte , err error )
}
PublicKey supports verifying output from the VRF function.
Source Files
¶
Directories
¶
Package p256 implements a verifiable random function using curve p256.
Package p256 implements a verifiable random function using curve p256.
Click to show internal directories.
Click to hide internal directories.