mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-17 18:05:03 +01:00
finish off ecdsa
This commit is contained in:
parent
06c1f31dca
commit
d5794d3ef0
12 changed files with 582 additions and 542 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use base64::Engine;
|
||||
|
||||
use crate::{public::PublicKey, PublicKeyWithComment};
|
||||
use crate::public::{PublicKey, PublicKeyWithComment};
|
||||
|
||||
pub struct AuthorizedKeys {
|
||||
pub keys: Vec<PublicKeyWithComment>,
|
||||
|
|
@ -55,7 +55,7 @@ impl AuthorizedKeys {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::{public::PublicKey, PublicKeyWithComment};
|
||||
use crate::public::{PublicKey, PublicKeyWithComment};
|
||||
|
||||
use super::AuthorizedKeys;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue