circomlib-matrix

Circuits library for matrix operations in circom


Keywords
matrix, ethereum, circuit, circom, zksnark, blockchain, circomlib, groth16, linear-algebra, snarkjs, sudoku, zero-knowledge-proof, zk-snarks, zkp
License
GPL-3.0
Install
npm install circomlib-matrix@1.0.1

Documentation

Circom Circuits Library for Matrix Operations

Disclaimer: This package is not affiliated with circom, circomlib, or iden3.

Description

Organisation

This respository contains 5 folders:

  • circuits: it contains the implementation of different cryptographic primitives in circom language.
  • test: tests.

A description of the specific circuit templates for the circuit folder will be soon updated.

Circuits to be added:

  • tensordot
  • Kronecker product
  • 1-norm, 2-norm
  • determinant