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
This release fixes a bug present since the initial 0.1.0 release for --hash shake_*. The SHAKE
family of hash algorithms requires a length when obtaining a digest unlike all other Python
guaranteed hash algorithms. Previously, we did not pass a length, leading to failure when building a
scie; now we just drop support for these hash algorithms instead trusting someone will speak up when
they have a need for SHAKE.
This discussion was created from the release science 0.15.1.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
0.15.1
This release fixes a bug present since the initial 0.1.0 release for
--hash shake_*. The SHAKEfamily of hash algorithms requires a length when obtaining a digest unlike all other Python
guaranteed hash algorithms. Previously, we did not pass a length, leading to failure when building a
scie; now we just drop support for these hash algorithms instead trusting someone will speak up when
they have a need for SHAKE.
This discussion was created from the release science 0.15.1.
Beta Was this translation helpful? Give feedback.
All reactions