1 unstable release

0.1.0 Oct 15, 2024

#1439 in Cryptography

Download history 155/week @ 2024-10-14 13/week @ 2024-10-21 2/week @ 2024-10-28 17/week @ 2024-11-04 43/week @ 2024-11-18 1/week @ 2024-12-02 34/week @ 2024-12-09

78 downloads per month
Used in aranya-crypto

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
~44K SLoC