Post
Topic
Board Development & Technical Discussion
Re: C# or C/C++ code to convert Bitcoin brainwallet to public address
by
She shining
on 10/06/2023, 14:04:50 UTC

I'm just curious why I can't define a 256-bit or x-bit data type in C.
I have been trying to study coding since then, so chose Python since its praised for it's simplicity. Had to check up the thread and so this. Mind you I know nothing about C nor C++ but got curious and searched about your question and came across this https://siv2r.hashnode.dev/big-integer-arithmetic-in-c-part-1 which I found interesting at first but got complicated when I got to the coding section. I believe you would be able to gain something from why and how to  define a 256bit in C its similar to what @PowerGlove stated though.