選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Henry Case fc932264c3
Merge pull request #2 from henrydcase/x448
6年前
dh/sidh additional comments 6年前
drbg Temporarily change sha3 import location 6年前
ec/x448 Temporarily adds simple x448 implementation 6年前
etc adds SIKE and SIDH 6年前
hash Temporarily change sha3 import location 6年前
kem/sike additional comments 6年前
.gitignore tls: git ignore 6年前
.travis.yml adds code coverage 6年前
Makefile Temporarily adds simple x448 implementation 6年前
README.md Temporarily adds simple x448 implementation 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