Skip to content

gruut/tethys-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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