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

x/hpke/src/kems/primitives/kyber/utils.ts>prf

A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.
Latest
function prf
import { prf } from "https://deno.land/x/hpke@1.2.7/src/kems/primitives/kyber/utils.ts";

Parameters

len: number
seed: Uint8Array
nonce: number

Returns

Uint8Array