-
I see that SKIE 0.8.0 is now using reflection to call KGP APIs, but it seems that this is completely breaking our usage.
### What is the problem?
```
Caused by: java.lang.NoSuchMethodError: 'v…
-
I tried flatpak no work :(
`vinegar sysinfo`
* Vinegar: v1.6.0
* Distro: Fedora Linux 39 (Thirty Nine)
* Processor: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
* Supports AVX: true
* Supp…
-
Private Key (Secret Key) length is 2544, It's not match to 2528.
[Parameter set summary](https://openquantumsafe.org/liboqs/algorithms/sig/dilithium.html#parameter-set-summary)
As far as I know,…
-
The following project from [Braga et al](https://github.com/CROSSINGTUD/CryptoAnalysis/issues/135) was headless tested.
```java
public static void main(String[] args) throws Exception {
/…
-
js实现的
```js
const keypair = sm2.generateKeyPairHex(appId);
const publicKey = keypair.publicKey; // 公钥
const privateKey = keypair.privateKey; // 私钥
```
java实现的
```java
//使用标准名称创建EC参数生成的参数规范…
-
## Packages
Scylla version: `6.1.0~dev-20240614.bbb424a757ea` with build-id `740e6faf0c3442c27f4aa03f90efc79562caac60`
Kernel Version: `5.15.0-1063-aws`
## Issue description
- [x] This iss…
-
When adding a column with `add_listing_col` using a function to create the new column from pre-existing columns, the supplied name is not used and if the `format` argument is also specified then an er…
-
Hi, I tried to run the following:
```python
from mteb import MTEB
from sentence_transformers import SentenceTransformer
evaluation = MTEB()
task_names = [t.metadata_dict["name"] for t in MTEB…
-
Some code that will hopefully check if we're in the new memory model: https://github.com/touchlab/Stately/tree/kpg/new_memory_model
Add config to get this to run on the new memory model and confirm…
-
### Version
2.9.2
### Bug description
We have two applications, `server` and `client`. `server` has an Apache MINA SSHD server running and `client` connects to this using an Apache MINA SSHD client…