mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
delet trailing whitespace
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user