Version 3.3.1
- Fix
CryptData.validaterejecting valid Modular Crypt Format hashes such as
bcrypt, whose base64 alphabet uses.. Thehashfield now accepts the
same characters as thesalt([a-zA-Z0-9/+.-]), reverting the overly
strict B64 restriction introduced in3.3.0. - Document every public API element (100% dartdoc coverage) and correct several
inaccurate doc comments, including theBase8Codecalphabet (01234567) and
the octal/binary notes ontoOctal.
Full Changelog: v3.3.0...v3.3.1