Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptionSpecTest ¶
type EncryptionSpecTest struct { Name string SKPem []byte PKPem []byte PlainText []byte CipherText []byte }
func EncryptBLSSK ¶
func EncryptBLSSK() *EncryptionSpecTest
EncryptBLSSK tests encrypting a BLS private key
func SimpleEncrypt ¶
func SimpleEncrypt() *EncryptionSpecTest
SimpleEncrypt tests simple rsa encrypt
func (*EncryptionSpecTest) Run ¶
func (test *EncryptionSpecTest) Run(t *testing.T)
func (*EncryptionSpecTest) TestName ¶
func (test *EncryptionSpecTest) TestName() string
Click to show internal directories.
Click to hide internal directories.