Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)