This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
fcg-xvii
/
curve
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
v2
Ramos
Etiquetas
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
Link permanente
Histórico
Em bruto
1
2
3
4
5
6
7
package curve
import "context"
type KeyPublic interface {
Attack(context.Context) (KeyPair, error)
}