func verifyAsm(pub *PublicKey, hash []byte, sig []byte) error { … } func signAsm(priv *PrivateKey, csprng io.Reader, hash []byte) (sig []byte, err error) { … }
func verifyAsm(pub *PublicKey, hash []byte, sig []byte) error { … } func signAsm(priv *PrivateKey, csprng io.Reader, hash []byte) (sig []byte, err error) { … }