Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Kris Kwiatkowski 9d0050cbee makefile: tools for profiling il y a 6 ans
dh/sidh complate rewrite for SIDH and SIKE. adds p503 (#5) il y a 6 ans
drbg Temporarily change sha3 import location il y a 6 ans
ec/x448 x448: Export shared secret size il y a 6 ans
etc script used for calculating sliding window startegy in SIDH P34 il y a 6 ans
hash License BS for sha3 il y a 6 ans
kem/sike complate rewrite for SIDH and SIKE. adds p503 (#5) il y a 6 ans
.gitignore tls: git ignore il y a 6 ans
.travis.yml adds code coverage il y a 6 ans
LICENSE License bulshit il y a 6 ans
Makefile makefile: tools for profiling il y a 6 ans
README.md readme: License il y a 6 ans

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