mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-14 05:52:49 +00:00
delet trailing whitespace
This commit is contained in:
parent
cf5ac5f929
commit
ebe1d5b678
5 changed files with 12 additions and 12 deletions
|
@ -23,7 +23,7 @@ struct texttestcase {
|
|||
|
||||
/*
|
||||
r:0, mask:FF
|
||||
--
|
||||
--
|
||||
r:2, mask:C0
|
||||
f -- f
|
||||
r:3, mask:F0
|
||||
|
@ -75,10 +75,10 @@ int main(void)
|
|||
//fprintf(stderr, "%s -- %s\n", buf2, tests0[i].rev);
|
||||
assert(strcmp(buf2, tests0[i].rev) == 0);
|
||||
}
|
||||
|
||||
|
||||
//randombytes_buf(buf, 128);
|
||||
//base32_to(buf2, (const u8 *)buf, 128);
|
||||
//fprintf(stderr, ">%s\n", buf2);
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue