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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "crypto-simd"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28a0eee94b5af99ac4441823c99f59b1ef92a6a4b9723b4c6ad95e8cd4c994b2"

[[package]]
name = "ppv-null"
version = "0.1.2"
dependencies = [
 "crypto-simd",
]