We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8c5b8 commit 6b92548Copy full SHA for 6b92548
1 file changed
demos/sizes.c
@@ -19,7 +19,7 @@
19
int main(void) {
20
21
/* given a specific size name, get and print its size */
22
- char name[] = "ecc_key";
+ char name[] = "ltc_hash_descriptor";
23
unsigned int size;
24
char *sizes_list;
25
unsigned int sizes_list_len;
0 commit comments