secret_integers 0.1.7

Wrapping around Rust's integers to allow only constant-time operations
Documentation
[package]
name = "secret_integers"
version = "0.1.7"
authors = ["Denis Merigoux <denis.merigoux@gmail.com>"]
edition = "2018"
description = "Wrapping around Rust's integers to allow only constant-time operations"
license = "Apache-2.0"
repository = "https://github.com/hacspec/hacspec"
keywords = ["secret", "constant-time"]
readme = "README.md"


[[example]]
name = "dalek"
crate-type = ["staticlib"]

[[example]]
name = "chacha20"
crate-type = ["staticlib"]