abhedya-ffi

Crates.ioabhedya-ffi
lib.rsabhedya-ffi
version1.0.24
created_at2026-01-24 00:31:20.76241+00
updated_at2026-01-24 04:22:26.535521+00
descriptionC/FFI Bindings for Abhedya PQC
homepage
repositoryhttps://github.com/ParamTatva-org/abhedyam
max_upload_size
id2065791
size14,011
(aaryavrate)

documentation

README

Abhedya FFI

This crate provides Foreign Function Interface (FFI) bindings for the Abhedya Post-Quantum Cryptography library.

It exposes a C-ABI compatible API for:

  • Key Generation (abhedya_keygen)
  • LWE Encryption (abhedya_encrypt)
  • LWE Decryption (abhedya_decrypt)

This library is used as the core for Abhedya's Python, Node.js, and Go SDKs.

Usage

This is a low-level library. See the main repository for high-level SDK usage.

Commit count: 35

cargo fmt