Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
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