#bindings #generated-bindings #low-level #bindgen #libecdsautil #ec25519 #ecdsautil

sys libecdsautil-sys

Low-level bindings to libecdsautil for ec25519 signing

1 unstable release

0.1.0 Jul 1, 2022

#89 in #bindgen

39 downloads per month
Used in 2 crates (via libecdsautil)

BSD-2-Clause

6KB
59 lines

libecdsautil-sys

Unsafe rust FFI bindings generated using the bindgen crate.

usage

cargo test

cargo docs

notes

Generally unsafe to use; Better than nothing, but barely.

Uses a workaround to get rid of two erroneous re-exports of stdint.h.

Furthermore exports some typedefs of libuecc, which do not neccessarily belong in this crate and might be replaced at some pint.

Dependencies

~0–2MB
~40K SLoC