StdSecureNet.SecretMethods

This function returns If method is SIGN the signed message or If method is DERIVE it returns the derived privat key

Members

Functions

ECDHSecret
immutable(ubyte[]) ECDHSecret(const(Pubkey) pubkey)
Undocumented in source.
__expose
void __expose(ubyte[] _privkey)
Undocumented in source.
clone
void clone(StdSecureNet net)
Undocumented in source.
sign
immutable(ubyte[]) sign(const(ubyte[]) message)
Undocumented in source.
tweak
void tweak(const(ubyte[]) tweek_code, ubyte[] tweak_privkey)
Undocumented in source.

Meta