Description
Signs and verifies JSON data using Ed25519 signatures so software can prove that structured messages came from an expected key and were not changed. It is useful for federation, secure messaging, and metadata exchange.
Developers use it as a cryptographic library. Key management is critical: protect private keys, verify public keys through a trusted path, and avoid treating signatures as proof that the content itself is safe.