Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 573 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 573 Bytes

shoc

Software-Header-Only-Crypto library in C++.

TODO

  • source
    • safer interface (span_i/o)
    • byteswap
    • assertions
    • xoodoo family algorithms
    • hash
      • unified api for consumers (md2, sha1, hmac, etc)
      • gimli
      • md2
      • md4
      • md5
      • sha1
      • sha2
      • sha3
    • cipher
      • aes
    • ecc
      • crc
  • tests
    • cipher
      • aes
  • readme
    • intro
    • guide
    • examples