You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document outlines the mpt-crypto library, a cryptographic toolkit specifically designed to enable confidential Multi-Purpose Token (MPT) transactions on the XRP Ledger.
4
+
5
+
It details the implementation of core cryptographic primitives, including:
6
+
***ElGamal encryption** for confidential amounts.
7
+
***Schnorr-based zero-knowledge proofs** for equality and correct encryption.
8
+
***Bulletproofs** for efficient range proofs.
9
+
10
+
All operations leverage the **libsecp256k1** framework. The library provides the foundational cryptographic operations necessary for managing private balances and ensuring the integrity of confidential ledger state transitions.
0 commit comments