Skip to content

A simple library with several hash functions realized: SHA1, SHA224, SHA256, SHA512, MD5, RIPEMD160

Notifications You must be signed in to change notification settings

prostomaxym/Hashfunction_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashfunction lib

This is one of my first pet projects using C++.
It is a simple library with several hash functions realised:

  • SHA1.
  • SHA224.
  • SHA256.
  • SHA512.
  • MD5.
  • RIPEMD 160.

It works with std::strings inputs and returnes std::string hex digest.

About

A simple library with several hash functions realized: SHA1, SHA224, SHA256, SHA512, MD5, RIPEMD160

Topics

Resources

Stars

Watchers

Forks

Languages