rename SKEM -> StaticKEM & EKEM -> EphemeralKEM

This commit is contained in:
wucke13
2023-04-05 15:47:14 +02:00
parent 897fa3daf6
commit 87b08bcee1
5 changed files with 25 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
use anyhow::Result;
use rosenpass::{
pqkem::{CCAKEM, KEM},
pqkem::{EphemeralKEM, CCAKEM},
protocol::{CcaPk, CcaSk, CryptoServer, HandleMsgResult, MsgBuf, PeerPtr, SymKey},
sodium::sodium_init,
};