mattrglobal / ffi-bbs-signatures

An FFI wrapper around the implementation of BBS+ signatures in Ursa
Apache License 2.0
23 stars 22 forks source link

Make the java wrapper working on linux and windows #60

Open rkxx opened 1 year ago

rkxx commented 1 year ago

Description

This pull request consists of 3 commits which make the existing java wrapper working for linux and windows targets.

Motivation and Context

Make java wrapper available on linux and windows and fixes issues with invalid data when signing and verifying large number of messages. Signing and verifying large number of messages is required for jsonld data (e.g. verifiable credentials - vaccination credentials etc.).

issue#43

Does this PR introduce a breaking change?

Which merge strategy will you use?