Skip to content

Reuse hashing objects #6

@trema96

Description

@trema96

The current implementation is extremely memory intensive as input and output arrays, and platform-specific hashing objects are continuously instantiated and destroyed.

The reuse of input can be done in multiplatform.

The reuse of output and hashing objects needs to be done for each platform, and may not be possible fully for for all platforms (e.g. JS doesn't allow to provide an output buffer)

This will require to switch from the general purpose kryptom to a kerberus-specific hashing implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions