You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Kris Kwiatkowski d6fc82531f Doc 6 年之前
dh/sidh Doc 6 年之前
drbg Temporarily change sha3 import location 6 年之前
ec/x448 x448: Export shared secret size 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 makefile: adds bench target 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