We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8941c8c commit 2e8e2efCopy full SHA for 2e8e2ef
CHANGES.md
@@ -0,0 +1,6 @@
1
+1.1.0
2
+=====
3
+
4
+* Add is_last_quintet_valid() and is_last_octet_valid() functions which can
5
+ be used to figure out if the final input symbol is valid given the number
6
+ of bits. This can be useful for finding and correcting errors.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libzbase32"
-version = "1.0.0"
+version = "1.1.0"
edition = "2018"
authors = ["Palmer Cox <[email protected]>"]
license = "MIT OR Apache-2.0"
0 commit comments