pub fn create_response_for_ed25519(_pass: &[u8], _message: &[u8]) -> [u8; 64]
Expand description
Crafting a signature according to EdDSA for message using the pass.
This will only work if client_ed25519
feature is enabled and otherwise will panic at runtime.