nina

Results 78 comments of nina

@dot-asm there are also some missing files for ppc, particularly the stuff under `bn/` like `ppc-mont.pl` despite those files claiming to be a part of cryptogams - is that intentional?

Any good reason why not have arch-independent fallbacks? I'm packaging a distro for ppc64le/ppc64 these days and I've been coming across an increasing number of Rust projects lately that directly...

https://github.com/briansmith/ring/pull/819 is about ready to start getting reviewed

Sounds good. I'm away for the weekend right now but I'm available to help next week onwards

luajit does not implement this behavior either, fwiw

I don't really like the idea of having a large static table, and allocating it dynamically does not really cut it either, IMO relying on this on windows with the...

`__attribute__((packed))` is not supported right now, as there is no direct way in `libffi` to represent packed structures (see `STATUS.md`) advanced expression syntax is not (yet) implemented, it probably will...

character literals were just an oversight, that should be fixed now

how exactly is the system supposed to know the location of the libffi headers if they're in a non-standard path? install your libffi properly, so that headers reside in `/usr/include`,...

constants parsing is a rough work in progress right now, as is eliminating libstdc++ (the ultimate goal is to not have *any* C runtime dependency on windows, on unix-likes it'll...