Skip to content

Commit c632df8

Browse files
committed
Version 2.1.0
1 parent 4633248 commit c632df8

File tree

6 files changed

+12
-31
lines changed

6 files changed

+12
-31
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.1.0
2+
3+
- Enhances the CRCs with custom polynomial support.
4+
- Reduces global variables to optimize runtime memory.
5+
- Removes deprecated utilities: `src/core/utils.dart`.
6+
17
# 2.0.0
28

39
- ![dart support](https://img.shields.io/badge/dart-%3e%3d%202.19.0-39f?logo=dart)

pubspec.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: hashlib
22
description: Secure hash functions, checksum generators, and key derivation algorithms optimized for Dart.
33
homepage: https://github.com/bitanon/hashlib
4-
version: 2.0.0
4+
version: 2.1.0
55

66
environment:
77
sdk: '>=2.19.0 <4.0.0'
@@ -15,7 +15,7 @@ platforms:
1515
windows:
1616

1717
dependencies:
18-
hashlib_codecs: ^3.0.0
18+
hashlib_codecs: ^3.0.1
1919

2020
dev_dependencies:
2121
lints: any
@@ -25,6 +25,10 @@ dev_dependencies:
2525
pointycastle: any
2626
benchmark_harness: any
2727
argon2: any
28+
pana: any
29+
coverage: any
30+
cobertura: any
31+
junitreport: any
2832

2933
funding:
3034
- https://paypal.me/sd1pu

scripts/prepublish.bat

Lines changed: 0 additions & 15 deletions
This file was deleted.

scripts/prepublish.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

scripts/publish.bat

Lines changed: 0 additions & 3 deletions
This file was deleted.

scripts/publish.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)