Cryptonic 0.1.0

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
#![allow(non_snake_case)]

extern crate core;

pub mod cryptography;
pub mod neural_network;
pub mod tensor_library;
pub mod examples;