Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 910 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 910 Bytes

tethys-utils

Build Status

Utilities for cpp projects

Dependency

Sources

  • ecdsa.hpp
    • A class for ECDSA signing and verifcation
  • hmac_key_maker.hpp
    • A 'Hash-based Message Authentication Code' class for generating a secret key
  • lz4_compressor.hpp
    • A class for compressing the data using the lz4 algorithm
  • random_number_generator.hpp
    • A class for generating a random number
  • sha256.hpp
    • A class for SHA-256 hash function
  • time_util.hpp
    • A class for getting unix epoch time
  • type_converter.hpp
    • A class for converting the type to another.

Issues & Bugs

License

  • MIT