ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
hoppetosse has quit [Ping timeout: 260 seconds]
hoppetosse has joined #zig
Hejsil has quit [Ping timeout: 260 seconds]
Ichorio has quit [Ping timeout: 256 seconds]
isd has quit [Ping timeout: 256 seconds]
isd has joined #zig
hoppetosse has quit [Read error: Connection reset by peer]
<heakins>
Finally... I have an ugly AES-128 encryption implementation in Zig
<heakins>
now to try to clean it up!
<andrewrk>
heakins, exciting
<heakins>
and also speed it up, it seems...
<heakins>
currently runs at 16kB/s with release-fast
<heakins>
haha
<heakins>
I'm probably doing something horrible with arrays
<GitHub70>
zig/master b7af9ed Andrew Kelley: add std.os.createThread...
Ichorio has joined #zig
<GitHub192>
[zig] tiehuis opened pull request #921: Add exp/norm distributed random float generation (master...ziggurat) https://git.io/vpeUI
Braedon has joined #zig
<Braedon>
Finally... found out that I declared a variable 'it' but later on as a typo used it as 'tit' and the code was only being executed by appveyor so travis and my own tests would pass and the error message was just some random number without much meaning
<Braedon>
That and the fact that I had a bug I had forgotten about fixing rip. Atleast everything is okay and I'm getting 'passing' on my PR now xD