nth-eye / shoc

C++ header-only library with different cryptographic algorithms in purely portable software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

C++ header-only library with different cryptographic algorithms in purely portable software

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 99.4%Language:CMake 0.6%