Registry / crypto / libfido2

libfido2

JSON →
library1.16.0vcpkgunverified

Provides library functionality to communicate with a FIDO device over USB, and to verify attestation and assertion signatures.

vcpkg install libfido2
INSTALL
IMPORT
SIG · LIBFIDO2
L
libfido2
cryptocppv1.16.0
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.

fido.h
#include <fido.h>

Initialize the libfido2 library.

#include <fido.h> #include <iostream> int main() { fido_init(0); std::cout << "libfido2 initialized" << std::endl; return 0; }
Debug
Known issues
gotchaRequires linking with libcrypto (OpenSSL) on some platforms.
fix
Ensure OpenSSL is linked when using libfido2.
affects: *
Upgrade
Version history
1.16.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources

No resource links recorded.

libfido2 — pip install libfido2 · libregistry