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

https://github.com/aatxe/hacl-rs

Rusty bindings for HACL*, a formally verified cryptographic library written in F*.
https://github.com/aatxe/hacl-rs

cryptography security verified-primitives

Last synced: about 1 year ago
JSON representation

Rusty bindings for HACL*, a formally verified cryptographic library written in F*.

Awesome Lists containing this project

README

          

# hacl-rs [![Build Status](https://travis-ci.org/aatxe/hacl-rs.svg?branch=master)](https://travis-ci.org/aatxe/hacl-rs) [![Crates.io](https://img.shields.io/crates/v/hacl.svg)](https://crates.io/crates/hacl) [![Docs](https://docs.rs/hacl/badge.svg)](https://docs.rs/hacl) [![Built with Spacemacs](https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg)](http://spacemacs.org) #

An effort to build high-level Rust abstractions that use types to enforce the correct usage of verified crypto primitives from [HACL*](https://github.com/mitls/hacl-star).

**NOTE**: This library is still very much a working target, and probably shouldn't be used yet. If you're interested in working on it with me, you can [email me](mailto:awe@pdgn.co), find me on Mozilla IRC (as awe), or open an issue.