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
breaking change API:
From a consensus between people who use digestif, we decide to delete *.Bytes.* and *.Bigstring.* sub-modules.
We replace it by feed_{bytes,string,bigstring} (digest_, and hmac_ too)
breaking change semantic: streaming and referentially transparent
Add feedi_{bytes,string,bigstring}, digesti_{bytes,string,bigstring} and hmaci_{bytes,string,bigstring}
(@hannesm, @cfcs)