-
The cli should support Shamir Secrets Sharing by taking a string, or a base64 representation of a binary value, to share, typically a password, or a raw key if it's a base64-value.
If it's a string…
-
The audit actions are of 2 types: Security and Others. This ticket is to keep track of the "Others". On each point we need a PR or an explication on why we consider no de change is needed.
Audit ca…
-
Entropy should be able to source from the following character sets:
* lowercase [a-z]
* uppercase [A-Z]
* alphabetic [a-zA-Z]
* alphanumeric [a-zA-Z0-9]
* alphasymbolic [a-zA-Z0-9 + ascii7 symb…
-
We want a more robust but deterministic mechanism for generating participant identifiers for FROST. For the trusted dealer variant, we can generate participant identifiers as follows:
```
id_i = …
-
I would like help from the community to run a serious security audit around this library and write issues about possible vulnerabilities
-
Coins that support BIP65 can be more easily integrated by DAX through atomic swaps.
https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki
Blocknet is such platform.
Found more info the…
-
A sharer can currently update their share with the helper by sending the StoreShare message. It would be useful to also allow that message to update the sharer's keys for that secretID (public signing…
-
# yAcademy Rate Limiting Nullifier Review
**Review Resources:**
- [Formal spec](https://rate-limiting-nullifier.github.io/rln-docs/)
- [Code Repo](https://github.com/Rate-Limiting-Nullifier/ci…
-
# yAcademy RLN - Rate Limiting Nullifier Review
**Review Resources:**
- Circom circuits at [Rate-Limiting-Nullifier Repo](https://github.com/Rate-Limiting-Nullifier/circom-rln)
**Auditors:*…
-
I am using the new version of ubuntu 20.04. And then downloaded clevis from the Ubuntu repository and ran the simplest command from you man page: clevis encrypt tpm2 '{}' < msg.in > msg.out
And h…