Syed Faheel Ahmad
Syed Faheel Ahmad
Some cases fail: ``` ------------------------------------------------------------------------------- is_probable_prime() for big integers true ------------------------------------------------------------------------------- BigInt/test/functions/math.cpp:397 ............................................................................... BigInt/test/functions/math.cpp:401: FAILED: REQUIRE( num.is_probable_prime(25) == 1 ) with expansion: false == 1 ------------------------------------------------------------------------------- is_probable_prime() for big integers...
@OmriHab Just wanted to let you know that I've been working on the conversion part (decimal string ↔ base 264 vector) and it's almost done. I'll push the changes in...
@arnavb Thanks a lot for the detailed info! I'll try running these commands when I log on to Windows next time.
@AndrreyCastillo Thanks for contributing! This is a nice feature. I'll test it out and if everything looks good then this can be merged.
It would be good to have this published on the AUR, but I don't use Arch Linux (or other related distros), and so it's not a priority for me at...
That's great! So for this project, we would need to find the corresponding system packages for Arch Linux and then "bundle them up" with the Python code.
Seems like a good idea. If anyone's interested they could take up this issue, or I'll work on it when I get time.
@nabla-c0d3 Desn't nassl already support this (implemented in `https://github.com/nabla-c0d3/nassl/blob/release/nassl/ocsp_response.py`)? I'm also able to see the OCSP response and revocation status when testing for yahoo.com (using `python -m sslyze --certinfo yahoo.com...
@gattjoe Got it. Thanks for the clarification!
The [`defineTheme`](https://microsoft.github.io/monaco-editor/api/modules/monaco.editor.html#definetheme) method can be used for this.