Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsign/go-filsigner
A pure Go Filecoin signing library.
https://github.com/jsign/go-filsigner
bls cryptography filecoin secp256k1 wallet
Last synced: 19 days ago
JSON representation
A pure Go Filecoin signing library.
- Host: GitHub
- URL: https://github.com/jsign/go-filsigner
- Owner: jsign
- License: mit
- Created: 2021-05-01T21:10:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T12:27:32.000Z (over 1 year ago)
- Last Synced: 2024-10-08T13:28:19.566Z (about 1 month ago)
- Topics: bls, cryptography, filecoin, secp256k1, wallet
- Language: Go
- Homepage:
- Size: 142 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pure Go Filecoin signer
> A pure Go (CGO free) signing library for Filecoin
Supports both Secp256k1 and BLS signatures.
An important goal of this library is avoiding CGO dependencies which is very convenient
for simplicity and painless compatibility in multiples OS and CPU architectures.## Roadmap
- [ ] Provide a Wallet interface that can be a drop-in replacement with Lotus wallets.
- [ ] Include more test vectors for both secp256k1 and BLS signatures.## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Ignacio Hagopian - [@jsign](https://github.com/jsign)
## Acknowledgements
* [@xinaxu](https://github.com/xinaxu)
* [@dignifiedquire](https://github.com/dignifiedquire)
* [@nikkolasg](https://github.com/nikkolasg)
* [@ribasushi](https://github.com/ribasushi)
* [@whyrusleeping](https://github.com/whyrusleeping)