refactor
This commit is contained in:
parent
a4ccc96ed0
commit
aab4414904
71 changed files with 293 additions and 4316 deletions
|
|
@ -1,13 +0,0 @@
|
|||
use std::net::Ipv4Addr;
|
||||
|
||||
pub trait AuthModule{
|
||||
fn get_auth_key(addr: Ipv4Addr) -> [u8; 32];
|
||||
}
|
||||
/*
|
||||
struct AuthServerAuthModule;
|
||||
|
||||
impl AuthModule for AuthServerAuthModule{
|
||||
fn get_auth_key(addr: Ipv4Addr) -> rc4 {
|
||||
|
||||
}
|
||||
}*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue