-
[This topic has been discussed to some extent already at various other occasions such as PR #4992.
It is certainly not something to be tackled before the 3.0 release; I just file this as an issue in …
DDvO updated
2 months ago
-
👋 trying to build 0.5.0 release for macOS sequoia, but seeing some build failure as below:
```
[24/31] Compiling SourceKittenFramework ByteCount.swift
/private/tmp/iblinter-20240910-4584-eyci…
-
## CVE-2019-11840 - Medium Severity Vulnerability
Vulnerable Library - github.com/golang/crypto-v0.0.0-20190308221718-c2843e01d9a2
[mirror] Go supplementary cryptography libraries
Library home page:…
-
There's no pure-JS OpenPGP (or crypto) library of similar quality.
The crypto really merits its own project, especially as many Node.js people are using rather poorly written alternatives.
See yahoo…
-
Arduino: 1.8.19 (Mac OS X), Board: "NodeMCU 0.9 (ESP-12 Module), 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_re…
-
It would be useful to be able to check if a number is prime or not in a const context.
Currently, the library const-primes provides such a feature, but only for built-in integer types. Would it be …
-
This issue summaries performance regressions seen in CVC5 1.0.3 compared with CVC4 1.8 in the proof of the SPARKNaCl cryptographic library.
Of 4851 SMT files produced by the SPARK Pro toolset, ther…
-
**Currently:**
- `@iroha2/client` contains a `crypto` singleton, which should be set by users with `setCrypto` function before using related client functions
- Each crypto target library (`@iroha2…
-
openssl provides 2 subcommands **GENPKEY** and **PKEY** which can be used to generate a private and public key pair, eg. using algorithm x25519
e.g.
>openssl **genpkey** -algorithm x25519 > key.pem
…
remys updated
3 years ago
-
First of all, thank you for the library!
Have you considered using [crypto.createHash](https://nodejs.org/api/crypto.html#cryptocreatehashalgorithm-options) to create md5/sha1 hashes instead of the…