masterKeyGenerator property

  1. @override
IBip32MstKeyGenerator get masterKeyGenerator
override

Returns the master key generator for SECP256K1.

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

Implementation

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