We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafd567 commit d6bf0c5Copy full SHA for d6bf0c5
1 file changed
src/seed.c
@@ -30,6 +30,7 @@ int ed25519_create_seed(unsigned char *seed) {
30
return 1;
31
}
32
33
+ setbuf(f, NULL);
34
fread(seed, 1, 32, f);
35
fclose(f);
36
#endif
0 commit comments