Bitcoin
Classes | Functions
sha256.h File Reference
#include <stdint.h>
#include <stdlib.h>
#include <string>

Go to the source code of this file.

Classes

class  CSHA256
 

Functions

std::string SHA256AutoDetect ()
 
void SHA256D64 (unsigned char *output, const unsigned char *input, size_t blocks)
 

Function Documentation

◆ SHA256AutoDetect()

std::string SHA256AutoDetect ( )

Autodetect the best available SHA256 implementation. Returns the name of the implementation.

◆ SHA256D64()

void SHA256D64 ( unsigned char *  output,
const unsigned char *  input,
size_t  blocks 
)

Compute multiple double-SHA256's of 64-byte blobs. output: pointer to a blocks*32 byte output buffer input: pointer to a blocks*64 byte input buffer blocks: the number of hashes to compute.