* Revamp `KeGroup` trait * Update dependencies * Fix `hash_to_scalar` using `OprfGroup` instead of `KeGroup` * Relax constraints on associated types of `KeGroup` * Improve `KeGroup` implementation on `Curve` * Improve `KeyExchange` trait * Fix new Clippy 1.59 warnings
* Fixing simple_login example * Adds script that tests the simple_login example * Add GH action to run said script Co-authored-by: Kevin Lewi <[email protected]>