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
Edit: I see however that the documentation of string-make-unibyte says "This function is obsolete since 26.1". So I wonder if the equivalent of (apply #'unibyte-string (make-list 16 ?\xaa)) couldn't be used everywhere instead?
Looks like a problem with unibyte vs multibyte representation.
hmac-md5
expects an unibyte string, but(make-string 50 ?\xdd)
isn't.The text was updated successfully, but these errors were encountered: