Marshall said to name it Marshal

This commit is contained in:
JackDoan 2025-10-02 12:08:30 -05:00
parent 9bc93a8d15
commit ae1c0f88be

View file

@ -58,7 +58,7 @@ type Certificate interface {
// PublicKey is the raw bytes to be used in asymmetric cryptographic operations.
PublicKey() []byte
// PublicKeyPem is the value of PublicKey marshalled to PEM
// MarshalPublicKeyPEM is the value of PublicKey marshalled to PEM
MarshalPublicKeyPEM() []byte
// Curve identifies which curve was used for the PublicKey and Signature.