rmls 0.0.4

Messaging Layer Security in Rust
Documentation

rmls

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 16 feature flags, 14 of them enabled by default.

default

  • RustCryptoProvider

RustCryptoProvider

  • sha2
  • hmac
  • hkdf
  • ed25519-dalek
  • ecdsa
  • sec1
  • signature
  • aead
  • aes-gcm
  • chacha20poly1305
  • p256
  • p384

sha2

  • dep:sha2

hmac

  • dep:hmac

hkdf

  • dep:hkdf

ed25519-dalek

  • dep:ed25519-dalek

ecdsa

  • dep:ecdsa

sec1

  • dep:sec1

signature

  • dep:signature

aead

  • dep:aead

aes-gcm

  • dep:aes-gcm

chacha20poly1305

  • dep:chacha20poly1305

p256

  • dep:p256

p384

  • dep:p384

RingCryptoProvider

  • ring
  • signature
  • ecdsa
  • p256
  • p384

ring

  • dep:ring