mirror of
https://github.com/libp2p/go-openssl.git
synced 2026-08-22 15:23:28 +08:00
adding GenerateRSAKeyWithExponent
This commit is contained in:
@@ -152,6 +152,10 @@ func TestGenerate(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
_, err = GenerateRSAKeyWithExponent(1024, 65537)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestSign(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user