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
#[derive(PartialEq, Debug, Clone, Copy)]
pub enum Layout {
    RowMajor,
    ColumnMajor,
}