Module transform

Module transform 

Source
Expand description

Key derivation transforms.

Transforms convert input data (numbers, strings) into 32-byte private keys.

Structs§

ArmoryTransform
BitimageTransform
DirectTransform
DoubleSha256Transform
ElectrumTransform
Input
Input data that can be transformed into a private key.
LcgTransform
Md5Transform
MilksadTransform
Mt64Transform
MultibitTransform
Transform that reproduces MultiBit HD Beta 7 seed-as-entropy bug.
Sha256ChainTransform
Sha256Transform
XorshiftTransform

Enums§

TransformType
Available transform types

Traits§

Transform
Transform trait for converting inputs to private keys

Type Aliases§

Key
32-byte private key