Cryptonic 0.1.1

This project includes a tensor library, utilities for FHE functionality and most importantly an FHE based ML library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.bincode]
version = "1.3.3"

[dependencies.tfhe]
features = ["boolean", "shortint", "x86_64-unix"]
version = "0.1.7"

[package]
authors = ["Martin Chtilianov <martin@chtilianov.com>", "George Kolev"]
description = "This project includes a tensor library, utilities for FHE functionality and most importantly an FHE based ML library"
documentation = "https://docs.rs/Cryptonic"
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
license-file = "LICENSE"
name = "Cryptonic"
readme = "README.md"
version = "0.1.1"