micro-ecc-sys 0.1.2

Low-level bindings to micro-ecc
Documentation
<h1 align="center">micro-ecc-sys</h1>
<div align="center">
 <strong>
   Low-level bindings to micro-ecc
 </strong>
</div>

<br />

<div align="center">
  <!-- Crates version -->
  <a href="https://crates.io/crates/micro-ecc-sys">
    <img src="https://img.shields.io/crates/v/micro-ecc-sys.svg?style=flat-square"
    alt="Crates.io version" />
  </a>
  <!-- Downloads -->
  <a href="https://crates.io/crates/micro-ecc-sys">
    <img src="https://img.shields.io/crates/d/micro-ecc-sys.svg?style=flat-square"
      alt="Download" />
  </a>
  <!-- API docs -->
  <a href="https://docs.rs/micro-ecc-sys">
    <img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square"
      alt="main branch API docs" />
  </a>
</div>

## What is this?

Low-level bindings to the [micro-ecc][micro-ecc] ECDH and ECDSA implementation.

Currently, none of the configuration options are exposed.

You may also be interested in the high-level, idiomatic Rust library [nisty][nisty].

Upstream release: [v1.0][upstream-release]

[micro-ecc]: https://github.com/kmackay/micro-ecc
[nisty]: https://github.com/nickray/nisty
[upstream-release]: https://github.com/kmackay/micro-ecc/releases/tag/v1.0

#### License

<sup>littlefs is licensed under [BSD-2-Clause][bsd-2-clause], as are these bindings.</sup>

[bsd-2-clause]: https://github.com/kmackay/micro-ecc/blob/master/LICENSE.txt