This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oconnor663
Recipients Zooko.Wilcox-O'Hearn, christian.heimes, corona10, jstasiak, kmaork, larry, oconnor663, xtreak
Date 2020-03-04.22:31:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583361106.26.0.493402190567.issue39298@roundup.psfhosted.org>
In-reply-to
Content
I've just published some Python bindings for the Rust implementation on PyPI: https://pypi.org/project/blake3

> I'm guessing Python is gonna hold off until BLAKE3 reaches 1.0.

That's very fair. The spec and test vectors are set in stone at this point, but the implementations are new, and I don't see any reason to rush things out. (Especially since early adopters can now use the library above.) That said, there aren't really any expected implementation changes that would be a natural moment for the implementations to tag 1.0. I'll probably end up tagging 1.0 as soon as a caller appears who needs it to be tagged to meet their own stability requirements.
History
Date User Action Args
2020-03-04 22:31:46oconnor663setrecipients: + oconnor663, larry, christian.heimes, Zooko.Wilcox-O'Hearn, jstasiak, corona10, xtreak, kmaork
2020-03-04 22:31:46oconnor663setmessageid: <1583361106.26.0.493402190567.issue39298@roundup.psfhosted.org>
2020-03-04 22:31:46oconnor663linkissue39298 messages
2020-03-04 22:31:46oconnor663create