masterKeyGenerator property

  1. @override
IBip32MstKeyGenerator get masterKeyGenerator
override

Returns the master key generator for NIST256P1.

This method returns an instance of the Bip32Slip10Nist256p1MstKeyGenerator class, which is used for generating the master key within the Ed25519 curve.

Implementation

@override
IBip32MstKeyGenerator get masterKeyGenerator {
  return Bip32Slip10Nist256p1MstKeyGenerator();
}