Closed sn99 closed 6 months ago
I think it's fine to keep the base64 dep
I think it's fine to keep the base64 dep
Oops, it seems I was wrong, the original brycpt.cc just ignore the rest after 16 bytes so my code is not needed.
Can we merge the debug and clone?
@Keats tell me if you want me to add this:
Mainly because salt in
hash_with_salt
is bounded to[u8;16]
but in original it can be any length ans uses above func to resize it.