Type alias EncryptableUint8

EncryptableUint8: {
    data: number;
    securityZone?: number;
    utype: FheUType.uint8;
}

Type declaration

  • data: number
  • Optional securityZone?: number
  • utype: FheUType.uint8