選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Kris Kwiatkowski 65bbafeef5 script used for calculating sliding window startegy in SIDH P34 6年前
dh/sidh complate rewrite for SIDH and SIKE. adds p503 (#5) 6年前
drbg Temporarily change sha3 import location 6年前
ec/x448 x448: Export shared secret size 6年前
etc script used for calculating sliding window startegy in SIDH P34 6年前
hash Temporarily change sha3 import location 6年前
kem/sike complate rewrite for SIDH and SIKE. adds p503 (#5) 6年前
.gitignore tls: git ignore 6年前
.travis.yml adds code coverage 6年前
Makefile makefile: adds bench target 6年前
README.md Update README.md 6年前

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