Skip to content

Commit 9b93cad

Browse files
committed
update pubspec
1 parent d621f54 commit 9b93cad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- Ported the Bitcoin secp256k1 cryptographic library to Dart.
44
- Enhanced security: all private key implementations (except secp256r1) now use constant-time techniques for public key generation.
55
- Improved signing safety: all signer classes (except secp256r1) now use constant-time signing methods.
6-
<sub>Note: I'm not an expert in constant-time or side-channel attack mitigation. Feedback is welcome to help improve the safety of this package.</sub>
6+
Note: I'm not an expert in constant-time or side-channel attack mitigation. Feedback is welcome to help improve the safety of this package.
77

88

99
## 4.4.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: blockchain_utils
22
description: Comprehensive Crypto & Blockchain Toolkit, Pure Dart, Cross-Platform, Encoding, Cryptography, Addresses, Mnemonics, & More.
3-
version: 5.5.0
3+
version: 5.0.0
44
homepage: "https://github.com/mrtnetwork/blockchain_utils"
55
repository: "https://github.com/mrtnetwork/blockchain_utils"
66
Author: mrhaydari.t@gmail.com

0 commit comments

Comments
 (0)