Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 286 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 286 Bytes

cgo-dleq

This repository contains C and Go bindings for the library dleq-rs, specifically for DLEq proofs between ed25519 and secp256k1 points.

Usage

Install rust and update:

rustup update

Then:

make build