-
### OpenTofu Version
```shell
OpenTofu v1.8.3
on windows_amd64
```
### The problem in your OpenTofu project
TF states can be very large, and that even when the overall number of objects …
-
Encrypt files with sender's private key and recipient's public key for:
- `jobPoster` --> `workerNode`
- `workerNode` --> `validatorNode`
- `workerNode` --> `jobPoster`
-
**Description:**
OAuth2 currently uses the authlib library, which does not support the EdDSA (Ed25519) encryption scheme. We should supplement the use of authlib in these areas with the use of the ne…
-
Currently, we use the RSA library provided by the standard library in Go. However, the Callisto paper mentions using `libsodium` for doing asymmetric encryption with the DLOCs and LOCs. Details of the…
-
(This issue has been imported from the Gitlab repository because it seems to not have been addressed yet)
## Original Text (Issue [65](https://git.cs.uni-paderborn.de/ag-bloemer/sis/-/issues/65))
…
-
For now, we have different services. Each service has their own argument, it a little bit had to use.
So I think maybe we can use the `overload` to help as solve this issue
```python
from typi…
-
Currently just decrypted databases are supported. It would be nice to decrypt DBs automatically if the key is available. There are different encryption schemes that may be found (crypt12, crypt14...)
-
Firstly, thanks for the library which helps me a lot in my coursework.
I'm sorry if this is naive question as I'm new to the functional encryption. Is it possible to support negative values in LWE…
-
**Problem:** The current protocol draft has no message agreement. In general, message agreement is concerned whether the sender and receiver have a shared understanding of the messages exchanged. Non-…
-
There should be a way to (1) check if the browser supports and (2) specify that a stream contains a mixture of encrypted and unencrypted content. This is particularly important in the case of dynamic …