entropyBitLen constant

List<int> const entropyBitLen

List of supported entropy bit lengths for Monero wallets.

Implementation

static const List<int> entropyBitLen = [
  MoneroEntropyBitLen.bitLen128,
  MoneroEntropyBitLen.bitLen256,
];