You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you planning to add more hashing algorithms? I'm using rusha to compute HMAC codes and the backend might require HMAC-SHA-256 instead of HMAC-SHA-1. I really don't wanna use a different (slower) library for that.
The text was updated successfully, but these errors were encountered:
I'd really like to add more algorithms to Rusha, but unfortunately lack the temporal resources for that.
Tim Caswell claims his Cifre library (including SHA256) (https://github.com/openpeer/cifre) is also pretty fast. So you are probably better off using that for SHA256.
However, a less performant "base" version should be trivial to implement, as the mechanisms for converting input can be reused and only the RushaCore module would have to be swapped.
If someone would do that, I'd do my very best to optimize it to Rusha-typical performance ;)
Are you planning to add more hashing algorithms? I'm using rusha to compute HMAC codes and the backend might require HMAC-SHA-256 instead of HMAC-SHA-1. I really don't wanna use a different (slower) library for that.
The text was updated successfully, but these errors were encountered: