aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--private_key_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/private_key_test.go b/private_key_test.go
index ad96928..0a3fd00 100644
--- a/private_key_test.go
+++ b/private_key_test.go
@@ -52,6 +52,7 @@ func TestEcdsaFunctions(t *testing.T) {
RunPrivateKeyTests("ecdsa", pk, t)
}
+// test rsa private key functions
func TestRsaFunctions(t *testing.T) {
pk, err := NewPrivateKeyRsa(2048)
if err != nil { t.Errorf("rsa: creating private key failed: %s", err) }