Docs.rs
  • rustjs-0.0.1
    • rustjs 0.0.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • rouzwelt
    • Dependencies
      • deno_runtime ^0.155.0 normal
      • serde_json ^1.0.116 normal
      • thiserror ^1.0.59 normal
      • tokio ^1.37.0 dev
    • Versions
    • 34.09% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rustjs0.0.1

  • All Items
  • Modules
  • Structs
  • Enums
  • Functions

Crate rustjs::deno_crypto

source ·

Modules§

  • rand
    Utilities for random number generation

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