gskrish7

Results 3 issues of gskrish7

I am creating a JSON like this: { "msg":"type-a", "uid":"op01kd", "key":"9kasHmSmsQhhBXTk", "node-ctx":{ "id":"r111", "type":"safety", "auth-code":"269hdHE4NiruSZS4JnnckA==" }, "global-code":"9cM2b/WkVMgsHSPknmJrDMZiOc8B+cFh5XbXVjMH5yw=" } When I use JSON library to create a new JSON object and...

The game was working fine. But while escaping to close, I found the below log and exiting with segmentation fault. ``` Starting the game... INFO: Initializing raylib 5.0 INFO: Platform...

Most of the poly1305 implementation uses uint64_t to handle the uint32_t x uint32_t multiplication result. This is challenging, especially on a 16-bit microcontroller as the compiler does not have built-in...