Skip to content

Commit

Permalink
dep/crypto: delete useless teekey mod
Browse files Browse the repository at this point in the history
now tee key mod is implemented in kbs-protocol crate. The underlying
crypto operations (RSA) is implemented in crypto crate.

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Jul 31, 2023
1 parent 0d5573a commit d2b4922
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 90 deletions.
3 changes: 0 additions & 3 deletions attestation-agent/deps/crypto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,5 @@ mod rust;
mod symmetric;
pub use symmetric::*;

mod teekey;
pub use teekey::*;

mod asymmetric;
pub use asymmetric::*;
87 changes: 0 additions & 87 deletions attestation-agent/deps/crypto/src/teekey.rs

This file was deleted.

0 comments on commit d2b4922

Please sign in to comment.