masp icon indicating copy to clipboard operation
masp copied to clipboard

The multi-asset shielded pool (MASP) provides a unified privacy set for all assets on Namada.

Results 25 masp issues
Sort by recently updated
recently updated
newest added

MASP uses some constants that are different from the original Sapling implementation. I wrote a simple test to check if the points are in the right subgroup, in order to...

Can we update the README file to reflect: 1. The inclusion of the convert circuit in this repository as well as the MASP circuit 2. The recent audit conducted by...

includes #30 with tx updates.

Unlike Zcash Sapling, notes are not limited to `MAX_MONEY`. The logic needs to be checked thoroughly, and tests written, to make sure that there are no overflow or other issues...

prio:high

Got MASP note encryption working. Ported Zcash transaction module to `masp_primitives`. Updated test vectors and ensured that all unit tests are passing.