The WASM Wrapper exposes a bbs_bound API (e.g. bbs_bound.bls12381_bbs_g1_bls_sig_g2_sha256.*) for BBS bound signatures, but the React Native Wrapper currently only exposes basic bbs functionality.
It would be extremely helpful if RN wrapper also exported the bbs_bound namespace with the same API shape as the WASM wrapper.
The WASM Wrapper exposes a
bbs_boundAPI (e.g.bbs_bound.bls12381_bbs_g1_bls_sig_g2_sha256.*) for BBS bound signatures, but the React Native Wrapper currently only exposes basicbbsfunctionality.It would be extremely helpful if RN wrapper also exported the
bbs_boundnamespace with the same API shape as the WASM wrapper.