View gist:25232fe9cfd4c8ae4f22565826cd0c9c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello @everyone! | |
Over the last three months, I have been in charge of developing the BLSCT implementation in NavCoin core. BLSCT is a new method for adding privacy to transactions using NAV. Its characteristics will allow you to hide the amount and its recipient. BLS signatures also allow nodes to collaborate with each other by mixing their coins to disguise the origin of payments. Nodes that participate and contribute their coins to this process can earn small rewards, incentivizing users to hold their coins. All of this happens in a trustless and decentralized way! | |
Before starting my work on this project, @aguycalled explained how contributions are funded using the community fund. Since this is my first contribution to the project, I decided to write code first. This way, you know more about how I work, and you can value my contribution better. | |
In these three months, I have completed: | |
- Research, design, and architecture of the BLSCT protocol. | |
- Written a library for operations on the elliptic curve BLS |