Dmitry Chestnykh
Dmitry Chestnykh
You can grab this piece from llama.cpp: https://github.com/ggerganov/llama.cpp/blob/3525899277d2e2bdc8ec3f0e6e40c47251608700/llama.cpp#L1200-L1216
Chrome fixed this, now looks more decent:
Note to self: also fix + (NSData *)el_dataWithStringNoNull:(NSString *)string;, etc.
Fixed in 2.0.
Not only that, it uses secret key as both key and IV (https://github.com/gophergala2016/meshbird/blob/aa0eb99d49f033b3280bf2cbe950c6316c88635a/common/net_table.go#L163) :-(
Thanks! I've added a new [Security Considerations](https://github.com/dchest/tweetnacl-js#security-considerations) section to README which describes this and some other properties. Since this library is supposed to be a 1-to-1 port of the original...
@nikitaeverywhere TweetNaCl-js achieved its goal of porting TweetNaCl to pure JavaScript and thus is the state of the "finished software". The expected maintenance is only fixing bugs and future JS...
You can fork and remove this line: https://github.com/dchest/captcha/blob/master/image.go#L60-L61
Unfortunately, there can be an overflow with Uint32Arrays, as this requires more bits. See #187 for a similar discussion and a quick test. The tests in this PR also fail...