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
Functions | Variables
hash.cc File Reference
#include <string>
#include "lo-hash.h"
#include "defun.h"
#include "error.h"
#include "ov.h"
#include "ovl.h"
Include dependency graph for hash.cc:

Go to the source code of this file.

Functions

return ovl (octave::crypto::hash(hash_type, str))
 

Variables

OCTAVE_EXPORT
octave_value_list Fhash(const
octave_value_list &args, int)
the SHA-1 hash value is
calculated with nd group nd
example nd deftypefn
*std::string 
hash_type = args(0).string_value ()
 
std::string str = args(1).string_value ()
 

Function Documentation

return ovl ( octave::crypto::  hashhash_type, str)

Variable Documentation

OCTAVE_EXPORT octave_value_list Fhash (const octave_value_list& args , int ) the SHA-1 hash value is calculated with nd group nd example nd deftypefn* std::string hash_type = args(0).string_value ()

Definition at line 117 of file hash.cc.

Referenced by octave::crypto::hash().

std::string str = args(1).string_value ()