Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ed25519 (0.12 sec)

  1. api/go1.20.txt

    pkg crypto/ecdsa, method (*PublicKey) ECDH() (*ecdh.PublicKey, error) #56088
    pkg crypto/ed25519, func VerifyWithOptions(PublicKey, []uint8, []uint8, *Options) error #31804
    pkg crypto/ed25519, method (*Options) HashFunc() crypto.Hash #31804
    pkg crypto/ed25519, type Options struct #31804
    pkg crypto/ed25519, type Options struct, Context string #31804
    pkg crypto/ed25519, type Options struct, Hash crypto.Hash #31804
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (1)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"PublicKey.Curve", Field, 0},
    		{"PublicKey.X", Field, 0},
    		{"PublicKey.Y", Field, 0},
    		{"Sign", Func, 0},
    		{"SignASN1", Func, 15},
    		{"Verify", Func, 0},
    		{"VerifyASN1", Func, 15},
    	},
    	"crypto/ed25519": {
    		{"(*Options).HashFunc", Method, 20},
    		{"(PrivateKey).Equal", Method, 15},
    		{"(PrivateKey).Public", Method, 13},
    		{"(PrivateKey).Seed", Method, 13},
    		{"(PrivateKey).Sign", Method, 13},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top