TestMessageSigner
Internal test key provider for testing purposes ONLY.
WARNING: Never use this in production! This provider generates and stores Ed25519 keys in memory without any security guarantees. Only for testing.
For production, implement MessageSigner with secure storage.
See also
for secure implementation examples