Bip32SigningKey.normalizeBytes constructor

Bip32SigningKey.normalizeBytes(
  1. Uint8List secretBytes, {
  2. int depth = 0,
})

Implementation

Bip32SigningKey.normalizeBytes(Uint8List secretBytes, {int depth = 0})
    : this.fromValidBytes(clampKey(secretBytes), depth: depth);