ciphercore-base 0.3.1

The base package of CipherCore: computation graphs API, Secure MPC Compiler, utilities for graph evaluation and inspection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[
    {
        "kind": "array",
        "type": "i32",
        "value": [[1,2,3],[4,5,6]]
    },
    {
        "kind": "array",
        "type": "i32",
        "value": [[1,2,3,4],[5,6,7,8],[9,10,11,12]]
    }
]