cryptoxide 0.3.6

pure implementation of various common modern cryptographic algorithms, WASM compatible
Documentation

cryptoxide

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 17 feature flags, 16 of them enabled by default.

default

  • blake2
  • sha1
  • sha2
  • sha3
  • chacha
  • salsa
  • hkdf
  • hmac
  • pbkdf2
  • poly1305
  • scrypt
  • curve25519
  • ed25519

blake2

  • digest
  • mac

sha1

  • digest

sha2

  • digest

sha3

  • digest

chacha

    This feature flag does not enable additional features.

salsa

    This feature flag does not enable additional features.

hkdf

  • digest
  • hmac

hmac

  • digest
  • mac

pbkdf2

  • mac

poly1305

  • mac

scrypt

  • pbkdf2
  • mac
  • hmac

curve25519

    This feature flag does not enable additional features.

ed25519

  • sha2
  • curve25519

digest

    This feature flag does not enable additional features.

mac

  • digest

with-bench

    This feature flag does not enable additional features.