Docs.rs
  • deno_crypto-0.169.0
    • deno_crypto 0.169.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dsherret
    • bartlomieju
    • denobot
    • Dependencies
      • aes =0.8.3 normal
      • aes-gcm ^0.10 normal
      • aes-kw ^0.2.1 normal
      • base64 ^0.21.4 normal
      • cbc =0.1.2 normal
      • const-oid ^0.9.0 normal
      • ctr ^0.9.1 normal
      • curve25519-dalek ^4.1.1 normal
      • deno_core ^0.284.0 normal
      • deno_web ^0.186.0 normal
      • elliptic-curve ^0.13.1 normal
      • num-traits ^0.2.14 normal
      • once_cell ^1.17.1 normal
      • p256 ^0.13.2 normal
      • p384 ^0.13.0 normal
      • p521 ^0.13.3 normal
      • rand =0.8.5 normal
      • ring ^0.17.0 normal
      • rsa ^0.9.3 normal
      • serde ^1.0.149 normal
      • serde_bytes ^0.11 normal
      • sha1 ^0.10.6 normal
      • sha2 ^0.10.8 normal
      • signature ^2.1 normal
      • spki ^0.7.2 normal
      • uuid ^1.3.0 normal
      • x25519-dalek ^2.0.0 normal
    • Versions
    • 10.71% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

deno_crypto0.169.0

  • All Items
  • Re-exports
  • Structs
  • Enums
  • Functions

Crate deno_crypto

source ·

Re-exports§

  • pub use rand;

Structs§

  • DeriveKeyArg
  • KeyData
  • SignArg
  • VerifyArg
  • WrapUnwrapKeyArg
  • deno_crypto
    An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:

Enums§

  • KeyFormat
  • KeyType

Functions§

  • get_declaration
  • op_crypto_base64url_decode
  • op_crypto_base64url_encode
  • op_crypto_decrypt
  • op_crypto_derive_bits
  • op_crypto_encrypt
  • op_crypto_export_key
  • op_crypto_generate_key
  • op_crypto_get_random_values
  • op_crypto_import_key
  • op_crypto_random_uuid
  • op_crypto_sign_key
  • op_crypto_subtle_digest
  • op_crypto_unwrap_key
  • op_crypto_verify_key
  • op_crypto_wrap_key