Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Kris Kwiatkowski 65bbafeef5 script used for calculating sliding window startegy in SIDH P34 vor 6 Jahren
dh/sidh complate rewrite for SIDH and SIKE. adds p503 (#5) vor 6 Jahren
drbg Temporarily change sha3 import location vor 6 Jahren
ec/x448 x448: Export shared secret size vor 6 Jahren
etc script used for calculating sliding window startegy in SIDH P34 vor 6 Jahren
hash Temporarily change sha3 import location vor 6 Jahren
kem/sike complate rewrite for SIDH and SIKE. adds p503 (#5) vor 6 Jahren
.gitignore tls: git ignore vor 6 Jahren
.travis.yml adds code coverage vor 6 Jahren
Makefile makefile: adds bench target vor 6 Jahren
README.md Update README.md vor 6 Jahren

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