Package org.ldk.structs
Interface EntropySource.EntropySourceInterface
-
- Enclosing class:
- EntropySource
public static interface EntropySource.EntropySourceInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
get_secure_random_bytes()
Gets a unique, cryptographically-secure, random 32-byte value.
-