Cryptonic 0.1.2

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

extern crate core;

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