Skip to content

Very slow encrypt speed #225

@xqdoo00o

Description

@xqdoo00o

Every 16 bytes a async func subtle.encrypt is the most doubtful reason, too much async functions, and it's serial runs.

But If use Web Crypto API, it's necessary to do it, because the ctr mode counter is difference with NIST standard.

So I recommend use sjcl to do it.

I read this 101arrowz/fflate#45 , then I try to use, and found the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions