type crypto/internal/fips140/ecdsa.PublicKey
13 uses
crypto/internal/fips140/ecdsa (current package)
cast.go#L19: pub: PublicKey{
ecdsa.go#L24: pub PublicKey
ecdsa.go#L32: func (priv *PrivateKey) PublicKey() *PublicKey {
ecdsa.go#L36: type PublicKey struct {
ecdsa.go#L41: func (pub *PublicKey) Bytes() []byte {
ecdsa.go#L184: func NewPublicKey[P Point[P]](c *Curve[P], Q []byte) (*PublicKey, error) {
ecdsa.go#L195: return &PublicKey{curve: c.curve, q: Q}, nil
ecdsa.go#L210: pub: PublicKey{
ecdsa.go#L446: func Verify[P Point[P]](c *Curve[P], pub *PublicKey, hash []byte, sig *Signature) error {
ecdsa.go#L455: func verifyGeneric[P Point[P]](c *Curve[P], pub *PublicKey, hash []byte, sig *Signature) error {
ecdsa_noasm.go#L13: func verify[P Point[P]](c *Curve[P], pub *PublicKey, hash []byte, sig *Signature) error {
crypto/ecdsa
ecdsa.go#L548: func publicKeyFromFIPS(curve elliptic.Curve, pub *ecdsa.PublicKey) (*PublicKey, error) {
ecdsa.go#L564: func publicKeyToFIPS[P ecdsa.Point[P]](c *ecdsa.Curve[P], pub *PublicKey) (*ecdsa.PublicKey, 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. |