Documentation ¶
Overview ¶
Package secp256k1test contains keys that are used to ease testing of Mailchain functionality. All keys in this package are publicly known and therefore compromised. Keys MUST not be used on any live networks, as secrets, or for any purpose other than creating a reproducible unsecured test.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var AlicePrivateKey crypto.PrivateKey //nolint: gochecknoglobals
AlicePrivateKey secp256k1 key for testing purposes. Key is compromised do not use on mainnet's.
var AlicePublicKey crypto.PublicKey //nolint: gochecknoglobals
AlicePublicKey secp256k1 key for testing purposes. Key is compromised do not use on mainnet's.
var BobPrivateKey crypto.PrivateKey //nolint: gochecknoglobals
BobPrivateKey secp256k1 key for testing purposes. Key is compromised do not use on mainnet's.
var BobPublicKey crypto.PublicKey //nolint: gochecknoglobals
BobPublicKey secp256k1 key for testing purposes. Key is compromised do not use on mainnet's.
Functions ¶
This section is empty.
Types ¶
This section is empty.