1 unstable release

0.1.0 Oct 15, 2024

#1989 in Cryptography

Download history 9/week @ 2024-10-24 9/week @ 2024-10-31 8/week @ 2024-11-07 32/week @ 2024-11-14 11/week @ 2024-11-21 1/week @ 2024-11-28 27/week @ 2024-12-05 11/week @ 2024-12-12 4/week @ 2024-12-19 1/week @ 2024-12-26 292/week @ 2025-01-02 187/week @ 2025-01-09 152/week @ 2025-01-16 408/week @ 2025-01-23 128/week @ 2025-01-30 107/week @ 2025-02-06

820 downloads per month
Used in 3 crates

MIT license

11KB
194 lines

bearssl

BearSSL bindings for the Rust programming language.

Configuration

By default, it builds a particular git revision. The revision can be changed by setting BEARSSL_GIT_HASH.

Other options include:

  • BEARSSL_PRECOMPILED_PATH: the directory where pre-built libraries can be found.
  • BEARSSL_SOURCE_PATH: the directory where BoringSSL source file can be found.
  • BEARSSL_INCLUDE_PATH: the directory where BoringSSL header files can be found. (Note: make sure this stays up-to-date with the source files!)

Note that BEARSSL_GIT_HASH, BEARSSL_PRECOMPILED_PATH, and BEARSSL_SOURCE_PATH are mutually exclusive.

Dependencies

~0–2.6MB
~45K SLoC