RTSS

A split secret, using the format from draft-mcgrew-tss-03

Constructors

this
this(string hex_input)

Members

Functions

initialized
bool initialized()
shareId
ubyte shareId()
size
size_t size()
toString
string toString()

Properties

length
size_t length [@property getter]

Static functions

reconstruct
SecureVector!ubyte reconstruct(Vector!RTSS shares)
split
auto split(ubyte M, ubyte N, const(ubyte)* S, size_t S_len, ubyte[16] identifier, RandomNumberGenerator rng)

Meta