deno.land / x / jose@v5.2.4 / lib / check_p2s.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
import { JWEInvalid } from '../util/errors.ts'
export default function checkP2s(p2s: Uint8Array) { if (!(p2s instanceof Uint8Array) || p2s.length < 8) { throw new JWEInvalid('PBES2 Salt Input must be 8 or more octets') }}
jose

Version Info

Tagged at
a month ago