Skip to content

SFrameTransfor.setEncryptionKey cannot use all possible keyID values #69

Closed
@youennf

Description

@youennf

As per SFrame, keyID can be 64 bits.
But unsigned long long is only mapping precisely up to 53 bits, as per https://heycam.github.io/webidl/#abstract-opdef-converttoint.

One possibility is to use a BigInt in lieu, or in addition maybe.
In that case values above max could trigger a RangeError.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions