Constructors

Synopses

Declared in <crypto/muhash.h>

Construct a Num3072 equal to one.

Num3072();

Construct a Num3072 from its byte representation.

Num3072(unsigned char const(& data)[]);

Parameters

Name

Description

data

The BYTE_SIZE‐byte representation to load.

Created with MrDocs