Skip to main content
Module

x/aliyun_sdk/mod.ts>Hash

阿里云内容审核sdk
Go to Latest
class Hash
Re-export
import { Hash } from "https://deno.land/x/aliyun_sdk@v0.0.2/mod.ts";

Constructors

new
Hash(algorithm: AlgorithmName)

Properties

readonly
instance: HashAlgorithm

Methods

digest(bytes: Uint8Array): { data: Uint8Array; hex(): string; }
digestString(string: string)