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
Árvore:
c23c980164
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
/
crypt.go
crypt.go
68 B
Histórico
Em bruto
1
2
3
4
5
package curve
type Crypt interface {
KeyPair() (KeyPair, error)
}