Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Kris Kwiatkowski 9d0050cbee makefile: tools for profiling há 6 anos
dh/sidh complate rewrite for SIDH and SIKE. adds p503 (#5) há 6 anos
drbg Temporarily change sha3 import location há 6 anos
ec/x448 x448: Export shared secret size há 6 anos
etc script used for calculating sliding window startegy in SIDH P34 há 6 anos
hash License BS for sha3 há 6 anos
kem/sike complate rewrite for SIDH and SIKE. adds p503 (#5) há 6 anos
.gitignore tls: git ignore há 6 anos
.travis.yml adds code coverage há 6 anos
LICENSE License bulshit há 6 anos
Makefile makefile: tools for profiling há 6 anos
README.md readme: License há 6 anos

README.md

nobs-j-crypto

Crypto primitives implementation in Go.

Implemented primitives

  • dh/
    • SIDH
  • ec/
    • x448
  • hash/
    • cSHAKE (sha3 coppied from “golang.org/x/crypto”)
    • SM3
  • rand/
    • CTR_DRBG with AES256 (NIST SP800-90A)
  • kem/
    • SIKE: version 3 (as per paper on sike.org)

Testing

make test

Licence

WTFPL except if specified differently in subfolders