Skip to content

Commit

Permalink
Added a workaround for a bug in DDC (used in build_web_compilers 1.x).
Browse files Browse the repository at this point in the history
Added a workaround for a bug in DDC (used in build_web_compilers 1.x). This bug is not present in DDK (used in build_web_compilers 2.x)
  • Loading branch information
efortuna authored Aug 6, 2019
1 parent ae27765 commit 68f0ecd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.1
* Added a workaround for a bug in DDC (used in build_web_compilers 1.x).
This bug is not present in DDK (used in build_web_compilers 2.x).

## 2.1.0
* Added SHA384, and SHA512
* Add Sha224 + Refactor
Expand Down
2 changes: 1 addition & 1 deletion lib/src/sha512.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import 'dart:convert';

import 'digest.dart';
import 'hash.dart';
// ignore: uri_does_not_exist
import 'sha512_fastsinks.dart' if (dart.library.js) 'sha512_slowsinks.dart';
//import 'sha512_slowsinks.dart';
import 'utils.dart';

/// An instance of [Sha2Sha384].
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: crypto
version: 2.1.0
version: 2.1.1
author: Dart Team <misc@dartlang.org>
description: Library of cryptographic functions.
homepage: https://www.github.com/dart-lang/crypto
Expand Down

0 comments on commit 68f0ecd

Please sign in to comment.