Spec-Zone.ru › Deno 1

Pbkdf2Params

interface Pbkdf2Params  extends Algorithm {
hash: HashAlgorithmIdentifier;
iterations: number;
salt: BufferSource;
}

Расширяет

Algorithm

Свойства

hash: HashAlgorithmIdentifier
iterations: number
salt: BufferSource

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/Pbkdf2Params

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API