ff1 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/lib/ff1/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c42e1200976768d8adee07820e93d0281a2487f684df7c10ec5f0be591a28716
|
4
|
+
data.tar.gz: c76fd86787b72671b1fb6de320f5243ba4878471356801f32d568d5f34bc159c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6747aa29273bd6667ec62d5774b1627c6c11a68398c7bbaa4f744867fd66ce14ffa893ac670d970c23269db221d8236b82dcd570b8f1befd0e9dc4324f812b9b
|
7
|
+
data.tar.gz: e0e820f43cf4bcd79e16fbfded42f7faef5368698b385a2c493e17ca87efbf9801ac23ce545a0757a09b3a803393cdf9739b6f9f83342b9502730790c0dec032
|
data/CHANGELOG.md
CHANGED
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
15
15
|
* Radix-256 encoding for complete byte-level support
|
16
16
|
* Base64 output format for safe text representation
|
17
17
|
* Support for Unicode, emojis, special characters, and multiple languages
|
18
|
-
* Automatic padding for domain size compliance (256² = 65,536 > 100)
|
18
|
+
* Automatic padding for domain size compliance (256² = 65, 536 > 100)
|
19
19
|
* Comprehensive text encryption test suite (14 additional test cases)
|
20
20
|
* Updated examples demonstrating text encryption capabilities
|
21
21
|
* Enhanced documentation with text encryption usage examples
|
data/lib/ff1/version.rb
CHANGED