secret_integers 0.1.7

Wrapping around Rust's integers to allow only constant-time operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[example]]
crate-type = ["staticlib"]
name = "dalek"

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

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