ffi-bbs-signatures
ffi-bbs-signatures copied to clipboard
An FFI wrapper around the implementation of BBS+ signatures in Ursa
I'd like to propose that we update the Obj-C wrapper created by ffi-bbs-signatures to include support for Apple Silicon iOS simulators. The Objective C wrapper produces a libbbs.a file that...
Hi, How to implement the Java wrapper in Windows and Linux ? I built the library, added the lib to the path. I updated the Java native methods `bbs_signatures_bbs.h`. When...
I am currently writing a wrapper in c++ for this library (so it can eventually be used in React Native), but I am running into an issue that I do...
We are using the Java wrapper and published the artifact to our self-hosted Maven repo at https://repo.danubetech.com/repository/maven-public/. The repo is public and everyone can pull but atm we can't guarantee...
The [current spec](https://mattrglobal.github.io/bbs-signatures-spec/#name-keygen) defines the keygen salt as `BBS-SIG-KEYGEN-SALT-`, while this library uses the value `BLS-SIG-KEYGEN-SALT-`. The second is consistent with the BLS signatures spec [draft 2](https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-bls-signature-02#section-2.3), and the method...
Currently we are only publishing iOS and Android this should be expanded to release for macOS and windows too
Switch to use published version of crate for bbs
Document which environments are supported by the binaries created in the release process
This dependency is meant to supersede the bbs crate now that Ursa is archived.
Adding a workflow to sync code of the repo to mattrassurance GitHub organisation when main branch is updated. ## Description Adding a workflow to sync code of the repo to...