https://github.com/informalsystems/noir-ecies
https://github.com/informalsystems/noir-ecies
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/informalsystems/noir-ecies
- Owner: informalsystems
- Created: 2024-03-27T22:37:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T22:53:28.000Z (about 1 year ago)
- Last Synced: 2024-08-03T16:09:56.566Z (9 months ago)
- Language: Roff
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-noir - ECIES - simple implementation of ECIES on the Baby Jubjub curve (Libraries / Cryptography)
README
# noir
This is an example of encryption in Noir using ECIES.
It's simpler than the other encryption examples out there.
It uses Poseidon2 in counter mode for the key derivation and the baby Jubjub curve.