Files
go-i2p/lib/crypto/ecdsa/ecdsa_p256_private.go

6 lines
51 B
Go
Raw Normal View History

package ecdsa
type (
ECP256PrivateKey [32]byte
)