type crypto/internal/fips140/ed25519.PublicKey
12 uses
crypto/internal/fips140/ed25519 (current package)
cast.go#L41: func verifyWithoutSelfTest(pub *PublicKey, message, sig []byte) error {
ed25519.go#L52: type PublicKey struct {
ed25519.go#L57: func (pub *PublicKey) Bytes() []byte {
ed25519.go#L136: func NewPublicKey(pub []byte) (*PublicKey, error) {
ed25519.go#L137: p := &PublicKey{}
ed25519.go#L141: func newPublicKey(pub *PublicKey, pubBytes []byte) (*PublicKey, error) {
ed25519.go#L258: func Verify(pub *PublicKey, message, sig []byte) error {
ed25519.go#L262: func verify(pub *PublicKey, message, sig []byte) error {
ed25519.go#L268: func VerifyPH(pub *PublicKey, message []byte, sig []byte, context string) error {
ed25519.go#L280: func VerifyCtx(pub *PublicKey, message []byte, sig []byte, context string) error {
ed25519.go#L290: func verifyWithDom(pub *PublicKey, message, sig []byte, domPrefix, context string) error {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |