ppv-null 0.1.2

Safe, portable, non-SIMD implementation of the crypto-simd API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ppv-null"
version = "0.1.2"
authors = ["The CryptoCorrosion Contributors"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "Safe, portable, non-SIMD implementation of the crypto-simd API"
repository = "https://github.com/cryptocorrosion/cryptocorrosion"
keywords = ["crypto", "simd"]
categories = ["cryptography", "no-std"]

[dependencies]
crypto-simd = "0.1"

[badges]
travis-ci = { repository = "cryptocorrosion/cryptocorrosion" }