Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more hash functions #38

Closed
CosmicToast opened this issue Feb 24, 2019 · 4 comments
Closed

Add more hash functions #38

CosmicToast opened this issue Feb 24, 2019 · 4 comments
Labels

Comments

@CosmicToast
Copy link

Of particular interest (to me) are:

Linked are the proposed implementations.
The crc32 implementation claims to be standard within js.
The blake2 implementation is linked on the blake2 website.

@ffraenz
Copy link
Member

ffraenz commented Mar 17, 2019

Right now hash functions are limited to those offered through the Web Crypto API with the addition of md5. Adding more hash functions is definitely on the roadmap. First though, a mechanism needs to be put in place to lazily load external libraries and Web Assembly code only when needed by the current brick combination. The whole code separation challenge needs to be solved before we can tackle more algorithms that require external, well tested libraries.

@jeapostrophe
Copy link

I'd like to also request keccak256

@ffraenz
Copy link
Member

ffraenz commented Nov 16, 2022

Quick update: We won't be adding more hash functions to cryptii, as of now. However, over at ciphereditor, we already added CRC32 and Keccak to the hash operation and may add more hash functions in the future. See #129.

@ffraenz ffraenz closed this as completed Nov 16, 2022
@jeapostrophe
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants