Skip to content
Snippets Groups Projects
Commit f378ea59 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

fix package directive

parent a8bfc414
Branches
Tags
1 merge request!60Revert "Fail a test to be sure it works"
......@@ -5,18 +5,19 @@
// LICENSE file. //
////////////////////////////////////////////////////////////////////////////////
package utils
package main
import (
"testing"
"crypto/rand"
"strconv"
"gitlab.com/elixxir/crypto/cyclic"
"gitlab.com/elixxir/crypto/rsa"
dh "gitlab.com/elixxir/crypto/diffieHellman"
"gitlab.com/elixxir/crypto/rsa"
"gitlab.com/xx_network/crypto/csprng"
"gitlab.com/xx_network/crypto/large"
"crypto/rand"
"strconv"
)
// //tests Session keys are generated correctly
......@@ -78,7 +79,6 @@ func BenchmarkCreateDHSessionKey(b *testing.B) {
}
}
func BenchmarkRSASigCreate(b *testing.B) {
// Generate keys
sLocal := rsa.GetScheme()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment