0
0
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
Gibheer f004403281 add ed25519 tests
This adds the tests for the ed25519 keys.
2015-07-12 17:48:37 +02:00
Gibheer 301d931ad7 reformat everything with gofmt
Yes, I know that this will more or less destroy the history, but it had
to be done. I also adjusted my editor to use gofmt rules by default now.
2015-03-25 20:36:21 +01:00
Gibheer 491630e33f fix variable names for golint 2015-03-25 20:23:11 +01:00
Gibheer 80db488cbd add public key loader
This adds a way to restore a public key from any data source.
2015-02-19 21:48:08 +01:00
Gibheer 639a5379e9 add sign and verification to ecdsa
This commit adds support to sign and verify messages using ecdsa.
2015-02-18 22:55:29 +01:00
Gibheer 23f83f3c6e add marshal test for public key 2015-02-18 21:55:29 +01:00
Gibheer 018086528a add proper comment for function 2015-02-18 21:37:36 +01:00
Gibheer dfa8c8a384 add first batch of tests 2015-02-18 21:36:42 +01:00