Skip to content

Commit

Permalink
Create helper methods that obliviously collate shard responses
Browse files Browse the repository at this point in the history
  • Loading branch information
samdealy committed Jul 18, 2022
1 parent 6bf3932 commit 4d623f9
Show file tree
Hide file tree
Showing 2 changed files with 512 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fog/view/enclave/impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

//! View Enclave Implementation

#![no_std]
#![cfg_attr(not(test), no_std)]

extern crate alloc;

mod e_tx_out_store;
mod oblivious_utils;

use e_tx_out_store::{ETxOutStore, StorageDataSize, StorageMetaSize};

use alloc::vec::Vec;
Expand Down
Loading

0 comments on commit 4d623f9

Please sign in to comment.