Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hongyanwang/pailliersdk
https://github.com/hongyanwang/pailliersdk
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hongyanwang/pailliersdk
- Owner: hongyanwang
- License: apache-2.0
- Created: 2020-05-14T05:48:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T10:15:38.000Z (over 4 years ago)
- Last Synced: 2024-06-20T17:41:19.531Z (5 months ago)
- Language: C
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## paillier
A Paillier SDK by Golang as a wrapper of libpaillier(http://hms.isi.jhu.edu/acsc/libpaillier/)## Usage
1. run the unit test
```
go test -v .
```
or your program.