keyDerivator property

  1. @override
IBip32KeyDerivator get keyDerivator
override

Returns the key derivator for Ed25519.

This method returns an instance of the Bip32Slip10Ed25519Derivator class, which is used for key derivation within the Ed25519 curve.

Implementation

@override
IBip32KeyDerivator get keyDerivator {
  return Bip32Slip10Ed25519Derivator();
}