Skip to content

Can polyfill references be removed? #100

@clintfred

Description

@clintfred

When working on #97 I came across several references to polyfill as a fallback for cryptographic operations. I don't think these are probably needed anymore.

eg:

    return NativeAes.decryptDeviceAndSigningKeys(devicePrivateKey, signingPrivateKey, symmetricKey, iv).handleWith(() =>
        PolyfillAes.decryptDeviceAndSigningKeys(devicePrivateKey, signingPrivateKey, symmetricKey, iv)
    )

Maybe everything in the PolyFilAes file can be removed? Maybe sjcl can be removed?

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