Skip to content

Commit

Permalink
Removed implementation of TypedData due to unnecessary change to dart -
Browse files Browse the repository at this point in the history
  • Loading branch information
John Nicholson authored and John Nicholson committed Nov 27, 2021
1 parent 18df657 commit fff8e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hash.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part "src/hash/fixed-sized-hashes.dart";
*
* Constructors take either List<int>'s or Strings.
*/
abstract class Hash implements TypedData {
abstract class Hash {
/**
* Create a new Hash instance.
*/
Expand Down

0 comments on commit fff8e0f

Please sign in to comment.