C# Class Blake2Sharp.Blake2IvBuilder

Datei anzeigen Open project: BLAKE2/BLAKE2 Class Usage Examples

Public Methods

Method Description
ConfigB ( Blake2Sharp.Blake2BConfig config, Blake2Sharp.Blake2BTreeConfig treeConfig ) : ulong[]
ConfigBSetNode ( ulong rawConfig, byte depth, ulong nodeOffset ) : void

Method Details

ConfigB() public static method

public static ConfigB ( Blake2Sharp.Blake2BConfig config, Blake2Sharp.Blake2BTreeConfig treeConfig ) : ulong[]
config Blake2Sharp.Blake2BConfig
treeConfig Blake2Sharp.Blake2BTreeConfig
return ulong[]

ConfigBSetNode() public static method

public static ConfigBSetNode ( ulong rawConfig, byte depth, ulong nodeOffset ) : void
rawConfig ulong
depth byte
nodeOffset ulong
return void