LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Namespaces | Functions
sha.cpp File Reference

SHA hash functions. More...

#include <logicalaccess/plugins/crypto/sha.hpp>
#include <openssl/evp.h>
#include <cassert>

Namespaces

namespace  logicalaccess
 
namespace  logicalaccess::openssl
 

Functions

ByteVector logicalaccess::openssl::SHA256Hash (const ByteVector &buffer)
 Get a SHA-256 hash.
 
ByteVector logicalaccess::openssl::SHA256Hash (const std::string &str)
 Get a SHA-256 hash.
 
ByteVector logicalaccess::openssl::SHA1Hash (const ByteVector &in)
 

Detailed Description

SHA hash functions.

Author
Julien K. julie.nosp@m.n-de.nosp@m.v@isl.nosp@m.og.c.nosp@m.om