Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
Henry Case fc932264c3
Merge pull request #2 from henrydcase/x448
6 lat temu
dh/sidh additional comments 6 lat temu
drbg Temporarily change sha3 import location 6 lat temu
ec/x448 Temporarily adds simple x448 implementation 6 lat temu
etc adds SIKE and SIDH 6 lat temu
hash Temporarily change sha3 import location 6 lat temu
kem/sike additional comments 6 lat temu
.gitignore tls: git ignore 6 lat temu
.travis.yml adds code coverage 6 lat temu
Makefile Temporarily adds simple x448 implementation 6 lat temu
README.md Temporarily adds simple x448 implementation 6 lat temu

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