This website requires JavaScript.
Explore
Help
Sign In
idk
/
go-i2p
Watch
1
Star
0
Fork
0
You've already forked go-i2p
mirror of
https://github.com/go-i2p/go-i2p.git
synced
2025-07-05 06:05:16 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5fe56ddf20f21b92f0a41359f1be8030e81e7f05
go-i2p
/
lib
/
crypto
/
ed25519_test.go
10 lines
75 B
Go
Raw
Normal View
History
Unescape
Escape
* rework dsa test * add initial ed25519 (not done) * fix common.Certificate compile error * add more functions to crypto.SigningPrivateKey interface, not everyone implements them yet
2016-01-29 08:36:04 -05:00
package
crypto
import
(
"testing"
)
func
TestEd25519
(
t
*
testing
.
T
)
{
go fmt
2016-01-29 08:38:00 -05:00
* rework dsa test * add initial ed25519 (not done) * fix common.Certificate compile error * add more functions to crypto.SigningPrivateKey interface, not everyone implements them yet
2016-01-29 08:36:04 -05:00
}
Reference in New Issue
Copy Permalink