[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/base32 updated (5fa6529ace -> 26b790a52b)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/base32 updated (5fa6529ace -> 26b790a52b) |
Date: |
Tue, 27 Feb 2024 13:03:51 -0500 (EST) |
elpasync pushed a change to branch elpa/base32.
from 5fa6529ace Fix another stray docstring reference
new 66741b0aeb base32-decode: Handle payloads shorter than allowed
padding lengths
new 0c7abe97ed base32-decode: Handle payloads where the = padding has
been omitted
new c38eb3a470 tests: Add standalone base32 encode/decode tests
new 05e5b47164 tests: regularise the test output a bit
new 26b790a52b totp-auth: ignore case when the user is searching for a
secret
Summary of changes:
Makefile | 11 +++++++---
base32.el | 21 ++++++++++--------
tests/test-base32.el | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/test-totp.el | 12 +++++-----
totp-auth.el | 5 ++++-
5 files changed, 92 insertions(+), 19 deletions(-)
create mode 100644 tests/test-base32.el
- [nongnu] elpa/base32 updated (5fa6529ace -> 26b790a52b),
ELPA Syncer <=
- [nongnu] elpa/base32 c38eb3a470 3/5: tests: Add standalone base32 encode/decode tests, ELPA Syncer, 2024/02/27
- [nongnu] elpa/base32 66741b0aeb 1/5: base32-decode: Handle payloads shorter than allowed padding lengths, ELPA Syncer, 2024/02/27
- [nongnu] elpa/base32 05e5b47164 4/5: tests: regularise the test output a bit, ELPA Syncer, 2024/02/27
- [nongnu] elpa/base32 26b790a52b 5/5: totp-auth: ignore case when the user is searching for a secret, ELPA Syncer, 2024/02/27
- [nongnu] elpa/base32 0c7abe97ed 2/5: base32-decode: Handle payloads where the = padding has been omitted, ELPA Syncer, 2024/02/27