GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
lo-hash.cc File Reference
#include <algorithm>
#include <iomanip>
#include <sstream>
#include <string>
#include "hash-wrappers.h"
#include "lo-error.h"
#include "lo-hash.h"
#include "oct-locbuf.h"
Include dependency graph for lo-hash.cc:

Go to the source code of this file.

Namespaces

 octave
 Octave interface to the compression and uncompression libraries.
 
 octave::crypto
 

Functions

std::string octave::crypto::hash (hash_fptr hash_fcn, const std::string &str, int result_buf_len)
 
std::string octave::crypto::hash (const std::string &hash_type, const std::string &str)
 
int octave::crypto::md2_digest_size (void)
 
std::string octave::crypto::md2_hash (const std::string &str)
 
int octave::crypto::md4_digest_size (void)
 
std::string octave::crypto::md4_hash (const std::string &str)
 
int octave::crypto::md5_digest_size (void)
 
std::string octave::crypto::md5_hash (const std::string &str)
 
int octave::crypto::sha1_digest_size (void)
 
std::string octave::crypto::sha1_hash (const std::string &str)
 
int octave::crypto::sha224_digest_size (void)
 
std::string octave::crypto::sha224_hash (const std::string &str)
 
int octave::crypto::sha256_digest_size (void)
 
std::string octave::crypto::sha256_hash (const std::string &str)
 
int octave::crypto::sha384_digest_size (void)
 
std::string octave::crypto::sha384_hash (const std::string &str)
 
int octave::crypto::sha512_digest_size (void)
 
std::string octave::crypto::sha512_hash (const std::string &str)