Skip to content

A pure Go Filecoin signing library.

License

Notifications You must be signed in to change notification settings

jsign/go-filsigner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Acknowledgements