generateMeta abstract method
Generates a valid Meta instance with a proper fingerprint.
Automatically creates a valid fingerprint by signing the seed with the private key, ensuring Meta.isValid returns true.
sKey: Private key to sign the seed (generates fingerprint)
seed: Optional seed/entity name (default: random or algorithm-specific)
Returns: Valid Meta instance with verified fingerprint
Implementation
Meta generateMeta(SignKey sKey, {String? seed});