aws-lc-sys 0.40.0

AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Tue Apr 14 12:15:13 UTC 2026

pub(super) const CRYPTO_LIBRARY: &[&str] = &[
    "generated-src/linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S",
    "generated-src/linux-ppc64le/crypto/fipsmodule/ghashp8-ppc.S",
    "generated-src/linux-ppc64le/crypto/test/trampoline-ppc.S",
];