mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 21:30:16 +02:00
use siec
This commit is contained in:
parent
a9969b161f
commit
f6abf9c4e8
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
package pake
|
||||
|
||||
import (
|
||||
"crypto/elliptic"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/tscholl2/siec"
|
||||
)
|
||||
|
||||
func TestPake(t *testing.T) {
|
||||
curve := elliptic.P521() //siec.SIEC255()
|
||||
curve := siec.SIEC255()
|
||||
// successful (both have same k)
|
||||
// initialize A
|
||||
A, err := Init([]byte{1, 2, 3}, 0, curve)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue