This is the 1.0 version of bdk-rn!
It is using the 3.0.0 API of the bdk-ffi library. See the changelog there.
You can find our PGP keys on our website: https://bitcoindevkit.org/foundation/pgp/#official-releases
Download the official PGP key for the language bindings here: https://bitcoindevkit.org/assets/pgp/bindings.asc
Verifying the Signature on the Artifact
- Import the PGP key
- Ensure the tarball and the signature file as side-by-side
- Verify the signature
gpg --import bindings.asc
gpg --verify bdk-rn-1.0.0.tgz.asc
# gpg: assuming signed data in 'bdk-rn-1.0.0.tgz'
# gpg: Signature made Fri 29 May 11:52:57 2026 EDT
# gpg: using EDDSA key 88AD93AC4589FD090FF3B8D12768C43E8803C6A3
# gpg: Good signature from "bitcoindevkit-bindings <bindings@bitcoindevkit.org>"