Dmitry Chestnykh

Results 27 comments of 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...