Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Tags: dart-archive/crypto

Tags

v3.0.5

Toggle v3.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert wasm using fast path due to dart-lang/sdk/issues/55266 (#181)

Preparing to publish 3.0.5

Revert "Switch sha512 to use fastpath with wasm (#165)"

This reverts commit 69d13c9.

v3.0.4

Toggle v3.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare to release v3.0.4 (#178)

3.0.3

Toggle 3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare release with topics (#148)

3.0.2

Toggle 3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare to publish (#129)

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix stale links to docs (#115)

Closes #114

The URL format was updated on the pub site to a `-constant` suffix.

Cleanup:
- Use v1.0 of the Dart setup Github action.
- Test on the oldest supported SDK.
- Change the pubspec `homepage` config to `repository`.
- Use stable versions of dev dependencies.

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare to publish for stable null safety (#112)

3.0.0-nullsafety.0

Toggle 3.0.0-nullsafety.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Migrate to GitHub Actions (#111)

* Migrate to GitHub Actions
* Delete .travis.yml

2.1.5

Toggle 2.1.5's commit message

2.1.4

Toggle 2.1.4's commit message
SHA 512/384 padding is 128 bit (#77)

The SHA algorithms were fine; but the padding in HashSink was hardcoded
to 64-bit signatures. While we still only generate a 64-bit signature,
the signature space is 128-bit.

Fixes #69.

Special thanks to @Nico04 for providing the test cases that lead to this
discovery.

2.1.3

Toggle 2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #76 from jonasfj/fix-constant-time-comparison

Fixed constant-time comparison in `Digest`.