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

x/aes_cfb/pkg/aescfb.d.ts>InitOutput

WebAssembly powered AES-CFB encryption for Deno, written in Rust.
Latest
interface InitOutput
import { type InitOutput } from "https://deno.land/x/aes_cfb@1.3/pkg/aescfb.d.ts";

Properties

readonly
memory: WebAssembly.Memory
readonly
main: () => void
readonly
__wbg_aes256cfb8_free: (a: number) => void
readonly
aes256cfb8_new: (
a: number,
b: number,
c: number,
d: number,
) => number
readonly
aes256cfb8_encrypt: (
a: number,
b: number,
c: number,
) => void
readonly
aes256cfb8_decrypt: (
a: number,
b: number,
c: number,
) => void
readonly
__wbg_aes128cfb8_free: (a: number) => void
readonly
aes128cfb8_new: (
a: number,
b: number,
c: number,
d: number,
) => number
readonly
aes128cfb8_encrypt: (
a: number,
b: number,
c: number,
) => void
readonly
aes128cfb8_decrypt: (
a: number,
b: number,
c: number,
) => void
readonly
__wbg_aes192cfb8_free: (a: number) => void
readonly
aes192cfb8_new: (
a: number,
b: number,
c: number,
d: number,
) => number
readonly
aes192cfb8_encrypt: (
a: number,
b: number,
c: number,
) => void
readonly
aes192cfb8_decrypt: (
a: number,
b: number,
c: number,
) => void
readonly
__wbg_aes256cfb_free: (a: number) => void
readonly
aes256cfb_new: (
a: number,
b: number,
c: number,
d: number,
) => number
readonly
aes256cfb_encrypt: (
a: number,
b: number,
c: number,
) => void
readonly
aes256cfb_decrypt: (
a: number,
b: number,
c: number,
) => void
readonly
__wbg_aes128cfb_free: (a: number) => void
readonly
aes128cfb_new: (
a: number,
b: number,
c: number,
d: number,
) => number
readonly
aes128cfb_encrypt: (
a: number,
b: number,
c: number,
) => void
readonly
aes128cfb_decrypt: (
a: number,
b: number,
c: number,
) => void
readonly
__wbg_aes192cfb_free: (a: number) => void
readonly
aes192cfb_new: (
a: number,
b: number,
c: number,
d: number,
) => number
readonly
aes192cfb_encrypt: (
a: number,
b: number,
c: number,
) => void
readonly
aes192cfb_decrypt: (
a: number,
b: number,
c: number,
) => void
readonly
__wbindgen_malloc: (a: number) => number
readonly
__wbindgen_free: (a: number, b: number) => void