perf shows the server spends most of its time in signature generation. Benchmarking shows ed25519-dalek is about 40% faster than Ring generating signatures on x86_64.
Replaced Verifier and Signer with ed25519-dalek for signature operations. Updated relevant imports and function calls.
perf
shows the server spends most of its time in signature generation. Benchmarking shows ed25519-dalek is about 40% faster than Ring generating signatures on x86_64.Replaced Verifier and Signer with ed25519-dalek for signature operations. Updated relevant imports and function calls.