StaticfromDerives a new, cryptographically isolated Handle for a specific context.
Each Handle is derived deterministically. The same name and metadata will always produce the same Handle from the same Identity, but different names produce completely unrelated keys.
The context identifier (e.g., '[email protected]', 'device-1').
Optionalmetadata: HandleMetadataOptional metadata to associate with this Handle.
A Promise resolving to the derived Handle.
Represents the root cryptographic identity derived from a seed phrase.
An Identity is the foundation of the Me2em protocol. It allows for the hierarchical derivation of isolated Handles for different contexts (e.g., email, social, specific devices) from a single master seed, ensuring zero cross-contamination of cryptographic material.