Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/eas_deno/services/hybrid-encryption-service.ts>HybridEncryptionService#decryptAESRsaHybrid

eas-deno is a TypeScript SDK that authenticates with the main EAS API through tokenization. Giving you the performance of Rust without having to learn FFI in Rust.
Latest
method HybridEncryptionService.prototype.decryptAESRsaHybrid
import { HybridEncryptionService } from "https://deno.land/x/eas_deno@v1.1.5/services/hybrid-encryption-service.ts";

Parameters

token: string
rsaPrivate: string
encryptedAesKey: string
nonceKey: string
encryptedData: string
aesType: number