this looks super confusing. wanted to try zig but it looks as confusing as python :/.
i thought maybe you need 4 buffers. 2 for the raw data and 2 for encrypted data. i'd expect then the ones for encrypted data are larger because encryption usually makes ur data larger as far as i can tell.
other then that, just wondering if ud recommend Zig or if this kinda stuff is putting you off it? (might be an exception, or is this kinda confusion normal.?)
this looks super confusing. wanted to try zig but it looks as confusing as python :/.
i thought maybe you need 4 buffers. 2 for the raw data and 2 for encrypted data. i'd expect then the ones for encrypted data are larger because encryption usually makes ur data larger as far as i can tell.
other then that, just wondering if ud recommend Zig or if this kinda stuff is putting you off it? (might be an exception, or is this kinda confusion normal.?)
Well idk about zig but in principle you just need two: like you said, one for unencrypted data, and one for encrypted data.