An open API service indexing awesome lists of open source software.

https://github.com/kassane/d-relic

D bindings for Relic Toolkit (https://github.com/relic-toolkit/relic)
https://github.com/kassane/d-relic

bindings cryptography d dlang relic-toolkit

Last synced: 5 months ago
JSON representation

D bindings for Relic Toolkit (https://github.com/relic-toolkit/relic)

Awesome Lists containing this project

README

          

# d-relic

D bindings for RELIC cryptographic meta-toolkit. RELIC is a modern research-oriented cryptographic toolkit focused on efficiency and flexibility.

Features:
- Multiple-precision integer arithmetic
- Prime and Binary field arithmetic
- Elliptic curves over prime and binary fields
- Bilinear maps and related extension fields
- Various cryptographic protocols (RSA, ECDSA, ECMQV, etc.)
- Pairing delegation protocols
- Batch pairing delegation protocols

## Requirements
- D compiler with frontend >= 2.106.0
- CMake (for building RELIC)

## License
Apache-2.0