Result_SharedSecretNoneZ |
Result_SharedSecretNoneZ.clone() |
Creates a new CResult_SharedSecretNoneZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
Result_SharedSecretNoneZ |
NodeSigner.ecdh(Recipient recipient,
byte[] other_key,
Option_ScalarZ tweak) |
Gets the ECDH shared secret of our node secret and `other_key`, multiplying by `tweak` if
one is provided.
|
Result_SharedSecretNoneZ |
NodeSigner.NodeSignerInterface.ecdh(Recipient recipient,
byte[] other_key,
Option_ScalarZ tweak) |
Gets the ECDH shared secret of our node secret and `other_key`, multiplying by `tweak` if
one is provided.
|
static Result_SharedSecretNoneZ |
Result_SharedSecretNoneZ.err() |
Creates a new CResult_SharedSecretNoneZ in the error state.
|
static Result_SharedSecretNoneZ |
Result_SharedSecretNoneZ.ok(byte[] o) |
Creates a new CResult_SharedSecretNoneZ in the success state.
|