Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
lzjluzijie committed Jan 8, 2024
1 parent cf53729 commit fa9df45
Show file tree
Hide file tree
Showing 13 changed files with 4,761 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libOTe/Tools/SilentPprf.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ namespace osuCrypto
//MaliciousFS
};

u64 interleavedPoint(u64 point, u64 treeIdx, u64 totalTrees, u64 domain, PprfOutputFormat format);
void interleavedPoints(span<u64> points, u64 domain, PprfOutputFormat format);
u64 getActivePath(const span<u8>& choiceBits);

struct TreeAllocator
{
TreeAllocator() = default;
Expand Down
Loading

0 comments on commit fa9df45

Please sign in to comment.