Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNISTP256PrivateBySeed ¶
func NewNISTP256PrivateBySeed(seed []byte) *ecdsa.PrivateKey
Types ¶
type NISTP256Curve ¶
type NISTP256Curve struct {
Version []byte
}
func (*NISTP256Curve) GenerateKey ¶
func (nc *NISTP256Curve) GenerateKey() ([]byte, []byte)
func (*NISTP256Curve) GetVersion ¶
func (nc *NISTP256Curve) GetVersion() []byte
func (*NISTP256Curve) NewKeyFromSeed ¶
func (nc *NISTP256Curve) NewKeyFromSeed(seed []byte) ([]byte, []byte)
Click to show internal directories.
Click to hide internal directories.