API reference / @evolu/common / Crypto / Entropy16

Variable: Entropy16

const Entropy16: BrandType<
  Type<
    "Brand",
    Uint8Array<ArrayBufferLike> & Brand<"Entropy">,
    Uint8Array<ArrayBufferLike>,
    BrandWithoutRefineError<"Entropy", Uint8ArrayError>,
    Uint8Array<ArrayBufferLike>,
    never
  >,
  "Length16",
  LengthError<16>,
  BrandWithoutRefineError<"Entropy", Uint8ArrayError>
>;

Defined in: packages/common/src/Crypto.ts:53

Was this page helpful?