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 9d0050cbee makefile: tools for profiling пре 6 година
dh/sidh complate rewrite for SIDH and SIKE. adds p503 (#5) пре 6 година
drbg Temporarily change sha3 import location пре 6 година
ec/x448 x448: Export shared secret size пре 6 година
etc script used for calculating sliding window startegy in SIDH P34 пре 6 година
hash License BS for sha3 пре 6 година
kem/sike complate rewrite for SIDH and SIKE. adds p503 (#5) пре 6 година
.gitignore tls: git ignore пре 6 година
.travis.yml adds code coverage пре 6 година
LICENSE License bulshit пре 6 година
Makefile makefile: tools for profiling пре 6 година
README.md readme: License пре 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

Licence

WTFPL except if specified differently in subfolders