Registry / crypto / pbc
library0.5.14vcpkgunverified

Pairing-Based Crypto library provides low-level routines for pairing-based cryptosystems.

vcpkg install pbc
INSTALL
IMPORT
SIG · PBC
P
pbc
cryptocppv0.5.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pbc/pbc.h
#include <pbc/pbc.h>

Initializes a pairing-based cryptography context using PBC.

#include <pbc/pbc.h> #include <iostream> int main() { pairing_t pairing; char param[1024]; // Initialize pairing with parameters pairing_init_set_str(pairing, param); std::cout << "Pairing initialized" << std::endl; pairing_clear(pairing); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.14latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources

No resource links recorded.

pbc — pip install pbc · libregistry