rustls_pki_types

Module base64

Source

Structs§

Enums§

Functions§

  • decode 🔒
  • Decode base64 input, writing the result into output.
  • Decode base64 input, writing the result into output.
  • Provide an upper limit on how much space could be required to decode a base64 encoding of len base64_len.
  • Broadcasts the top bit of x
  • Broadcasts the top bit of x
  • u8_equals 🔒
    Returns 0xff if a == b, 0 otherwise.
  • Returns 0xff if a in lo..=hi.
  • Returns 0xff if a < b, 0 otherwise.
  • u8_nonzero 🔒
    Returns 0xff if a != 0, 0 otherwise.