Docs.rs
  • deno_crypto-0.225.0
    • deno_crypto 0.225.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ry
    • piscisaureus
    • dsherret
    • bartlomieju
    • denobot
    • Dependencies
      • aes =0.8.3 normal
      • aes-gcm ^0.10 normal
      • aes-kw ^0.2.1 normal
      • aws-lc-rs ^1.0.0 normal
      • base64 ^0.22.1 normal
      • cbc =0.1.2 normal
      • const-oid ^0.9.5 normal
      • ctr ^0.9.2 normal
      • curve25519-dalek ^4.1.3 normal
      • deno_core ^0.352.1 normal
      • deno_error =0.6.1 normal
      • deno_web ^0.242.0 normal
      • ecdsa ^0.16.9 normal
      • ed448-goldilocks ^0.8.3 normal
      • elliptic-curve ^0.13.4 normal
      • num-traits ^0.2.19 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
      • 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
      • thiserror ^2.0.12 normal
      • tokio ^1.45.1 normal
      • uuid ^1.3.0 normal
      • x25519-dalek ^2.0.0 normal
    • Versions
    • 2.82% of the crate is documented
  • Platform
    • 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.225.0

  • All Items

Crate 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§

CryptoError
DecryptError
Ed25519Error
EncryptError
ExportKeyError
GenerateKeyError
ImportKeyError
KeyFormat
KeyType
SharedError
X448Error
X25519Error

Functions§

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