https://github.com/mit-plv/fiat-crypto
Raw File
Tip revision: ccf644f710b931dad8339aa63c1ce6e95d19a623 authored by Jason Gross on 20 May 2020, 00:02:51 UTC
Add p448_32
Tip revision: ccf644f
Cargo.toml
[package]
name = "fiat-crypto"
version = "0.1.5"
authors = ["Fiat Crypto library authors <jgross@mit.edu>"]
edition = "2018"
description = "Fiat-crypto generated Rust"
homepage = "https://github.com/mit-plv/fiat-crypto"
repository = "https://github.com/mit-plv/fiat-crypto"
readme = "README.md"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
back to top