refactor files

This commit is contained in:
2025-12-17 08:37:25 -06:00
parent 16c8f2d6aa
commit 467f4feadd
22 changed files with 41 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
use opaque_ke::rand::rngs::OsRng;
use nkode_protocol::opaque::client::{AuthenticationData, ClientAuthError, OpaqueAuthLogin, OpaqueAuthRegister};
use nkode_protocol::models::opaque::NKodeServerSetup;
use nkode_protocol::repository::opaque::in_memory::in_memory_transport::{InMemoryCodeServer, InMemoryKeyServer};
use nkode_protocol::client::opaque::{AuthenticationData, ClientAuthError, OpaqueAuthLogin, OpaqueAuthRegister};
use nkode_protocol::shared::models::opaque::NKodeServerSetup;
use nkode_protocol::server::repository::opaque::in_memory::in_memory_transport::{InMemoryCodeServer, InMemoryKeyServer};
#[tokio::test]
async fn opaque_key_registration_and_login_roundtrip() {