API reference / @evolu/common / Crypto / Entropy64

Variable: Entropy64

const Entropy64: BrandType<
  Type<
    "Brand",
    Uint8Array<ArrayBufferLike> & Brand<"Entropy">,
    Uint8Array<ArrayBufferLike>,
    BrandWithoutRefineError<"Entropy", Uint8ArrayError>,
    Uint8Array<ArrayBufferLike>,
    never
  >,
  "Length64",
  LengthError<64>,
  BrandWithoutRefineError<"Entropy", Uint8ArrayError>
>;

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

Was this page helpful?