This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
fcg-xvii
/
curve
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
7dd7f1a87d
Branches
Tags
master
v1
v2
v2.0.9
v2.0.8
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
curve
/
key_public.go
key_public.go
104 B
Histórico
Raw
1
2
3
4
5
6
7
package curve
import "context"
type KeyPublic interface {
Attack(context.Context) (KeyPair, error)
}