aws-lc-rs 1.12.4

aws-lc-rs is a cryptographic library using AWS-LC for its cryptographic operations. This library strives to be API-compatible with the popular Rust library named ring.
Documentation
1
2
3
4
5
6
7
8
9
10
[build]
dockerfile = "../docker/linux-cross/Dockerfile"

[build.env]
passthrough = [
    "CROSS_CMAKE_SYSTEM_PROCESSOR",
    "RUST_BACKTRACE",
    "RUST_LOG",
    "AWS_LC_RS_DISABLE_SLOW_TESTS",
]