Skip to content

Rust implementation of Anonymous Transferable E-Cash

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

AlvinHon/transferable-ecash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transferable E-cash

A rust implementation of Transferable e-cash according to the paper Anonymous Transferable E-Cash. In this library, the code is mainly* written based on the paper Transferable E-cash: A Cleaner Model and the First Practical Instantiation which provides concret construction of the scheme.

*some minor parts have been modified/TBC

Transferable e-cash is the digital analog of physical cash, which allows users to transfer coins between them in isolation without interacting with a bank or a “ledger”. It protects user privacy and, provides means to trace fraudulent behavior (double-spending of coins).

The entire work consists of some building blocks. The current progress towards their completeness:

  • Double Spending Tag
  • M-structure-preserving signature scheme S (complete in a separate repo here)
    • M-commuting signatures
  • Encryption Scheme E' (Replayable-CCA encryption scheme)
    • One-time linearly homomorphic structure-preserving signature
  • Encryption Scheme E
  • Transferable E-cash construction

This work is built on top of Arkworks, a rust ecosystem for cryptographic libraries such as elliptic curve arithmetic.

Note: This library has not been thoroughly audited for production use. Please take your own risk to use it in production.

Reference:

  • Baldimtsi, F., Chase, M., Fuchsbauer, G., Kohlweiss, M.: Anonymous transferable e-cash. (2015).
  • Balthazar Bauer, Georg Fuchsbauer, and Chen Qian: Transferable E-cash: A Cleaner Model and the First Practical Instantiation. (2020).

About

Rust implementation of Anonymous Transferable E-Cash

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages