1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-03 12:11:33 +01:00

common: Add another test case to zb32.c

--

Fingerprints may eventually be used with zb32 and thus thre should be
a test case.
This commit is contained in:
Werner Koch 2015-02-24 17:02:00 +01:00
parent ae09515b9d
commit d790111801
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -76,6 +76,9 @@ test_zb32enc (void)
{ 20, "\x81\x81\x81", "ogya" },
{ 64, "\x81\x81\x81\x81\x81\x81\x81\x81", "ogyadycbogyan" },
/* More tests. */
{ 160, "\x80\x61\x58\x70\xF5\xBA\xD6\x90\x33\x36"
/* */"\x86\xD0\xF2\xAD\x85\xAC\x1E\x42\xB3\x67",
/* */"oboioh8izmmjyc3so5exfmcfioxrfc58" },
{ 0, "", "" }
};
int tidx;