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
* Update deps, 2.0.0 release
* Fix minor clippy warnings (#38)
* Loop over test vectors directly
Address a clippy warning by unpacking over the container elements
directly instead of using a range and index variable. This is more
idiomatic.
* Simplify test assertion
Use the more explicit `is_err` instead of negating `is_ok`.
Addresses a clippy lint.
* Remove redundant struct label in test
Address a clippy warning. When the struct initialization value has
the same name as the member, it's idiomatic to omit the member label.
* Remove unnecessary base64 import
The base64 package is referred to by its full path, so the explict
`use` statement is redundant in contemporary rust compilers.
Addresses a clippy lint.
* Fix broken build status badge (#37)
The travis-ci.org service is no longer available. Link to the
github actions status badge and page instead.
* Update to criterion 0.5 (#36)
* Update to criterion 0.5
Use the latest release of the `criterion` benchmark framework,
v0.5.1 at the time of writing. No relevant api changes. This
aligns with more recent software releases so there's less
surprise and fewer old versions of things.
* Fix benchmark typo
Correct spelling of the "sign pre-tokens" benchmark.
* cargo fmt (#39)
---------
Co-authored-by: Ralph Giles <[email protected]>
Co-authored-by: Ralph Giles <[email protected]>
0 commit comments