okvs 0.2.0

WIP implementation of Oblivious Key-Value Stores
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.rand]
version = "0.8"

[dependencies.xxh3]
version = "0.1"

[package]
authors = ["Jelle Vos"]
description = "WIP implementation of Oblivious Key-Value Stores"
edition = "2021"
license = "MIT"
name = "okvs"
version = "0.2.0"