ene
ene copied to clipboard
Pre-Shared Key Support
The PSK should be part of the protocol?
We should use a mixed mode, like noise protocol.
// ooake(ristrettodh)@psk@kyber-aes128colm0
let mut state = State::new();
state.mix(ooake::<ristrettodh>());
state.mix(psk);
state.mix(kyber());
let key = state.key();
aes128colm0(key);