mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-23 16:04:46 +02:00
fix(teepot-vault): remove leftover tdx
module
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
fdad63e4b1
commit
8596e0dc6a
3 changed files with 0 additions and 123 deletions
|
@ -9,7 +9,6 @@
|
|||
pub mod client;
|
||||
pub mod json;
|
||||
pub mod server;
|
||||
pub mod tdx;
|
||||
|
||||
/// pad a byte slice to a fixed sized array
|
||||
pub fn pad<const T: usize>(input: &[u8]) -> [u8; T] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue