-
Encrypting strings with ring: https://gist.github.com/ru273/8cf21e5a59e65caf5cebc0318a2d25de
Would be nice to define a struct and indicate which fields should be encrypted ... maybe secrecy can hel…
-
# Sunscreen comments
Most of the comments were written as going through the example library (not after). Some may or may not make sense so feel free to ignore those.
- Having multiple error …
-
I am currently using an implementation of `paseto` but it is currently not being maintained again. This crate, implementation, was recommended but I have issues implementing what I want. In the previo…
-
**Godot version:**
Godot Engine v3.2.3.stable.mono.official (c) 2007-2020
**OS/device including version:**
Windows 10 x64
**Issue description:**
When i serialize/deserialize an class with a…
-
We need to allow the caller to control storage of public and secret material between instantiations of subprotocols. This includes:
- Public key shares from all parties. Generated in keygen
- The part…
-
This is on Windows 10 64-bit using MSVC toolchain.
I installed OpenSSL via `vcpkg` as described in the documentation. I tried to sign a JWT using the `jwt` crate. The application crashed with the a…
-
Hello
I'm helping with an intern project to try and experiment with AES-GCM-SIV on AEADs
The [documentation](https://docs.rs/aes-gcm-siv/0.11.1/aes_gcm_siv/#in-place-usage-eliminates-alloc-require…
-
Hive初体验
-
Steps:
```
sudo apt install git make jq gcc pkg-config libmpg123-dev
git clone https://github.com/darkrenaissance/darkfi
cd darkfi && git checkout v0.4.0
make -j4
```
Actual behavior:
```
$ma…
-
I've been working for some time without problems with a project that has the following dependencies:
`
[profile.release]
opt-level = "s"
[profile.dev]
debug = true # Symbols are nice and the…