diff --git a/seguid-tests b/seguid-tests index b48f7a3..b3ede14 160000 --- a/seguid-tests +++ b/seguid-tests @@ -1 +1 @@ -Subproject commit b48f7a33c6de5b3d09587266a5b7c3e9f404f889 +Subproject commit b3ede148593d4b8aa0b6a06912754d225b07325d diff --git a/src/seguid/__init__.py b/src/seguid/__init__.py index d2becc1..693d5e0 100644 --- a/src/seguid/__init__.py +++ b/src/seguid/__init__.py @@ -74,7 +74,7 @@ The SEGUID functions return a single string, if form is either ``"long"`` or ``"short"``. If form is ``"both"``, then a tuple of two strings is returned, where the first component holds the ``"short"`` -checksum and the second the ``"long"`` checksum. The long checksum, without the prefix, is string with 27 +checksum and the second the ``"long"`` checksum. The long checksum, without the prefix, is a string with 27 characters. The short checksum, without the prefix, is the first six characters of the long checksum. All long checksums are prefixed with a label indicating which SEGUID method was used. Except for ``seguid()``, which uses Base64 encoding, all functions produce checksums using the Base64url encoding