0
0
Fork 0

add proper comment for function

This commit is contained in:
Gibheer 2015-02-18 21:37:36 +01:00
parent dfa8c8a384
commit 018086528a
1 changed files with 1 additions and 0 deletions

View File

@ -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) }