Files
go-i2p/lib/crypto/ed25519_test.go
Jeff Becker 5d043d79e7 * 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

10 lines
76 B
Go

package crypto
import (
"testing"
)
func TestEd25519(t *testing.T) {
}