25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
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