-
> One other nit: https://docs.siv.org/compare conflates coercion resistance and vote selling. These are actually two different things, and have different definitions in the literature (see the Bernhar…
-
According to [@agl__](https://twitter.com/agl__/status/1118669601129189376), this would reduce the impact of nonce-reuse (referenced in https://github.com/dotnet/corefx/issues/7023#issuecomment-199605…
-
This is true of any election. We need to prevent ballot stuffing.
In SIV, the election admin controls the list of voters.
So you need to make sure you have a good voter list, which is outside …
-
Hi.
Thanks for your wonderful paper.
This paper aims to improve the SIVI, in the SIVI experiments, it can construct a SIVI-VAE. But in SIVI-SM, which does not provide the experiments about VAE with …
-
**Describe the bug:**
Apologies, I couldn’t find a direct way to report documentation bugs.
The [documentation](https://developers.google.com/tink/aead#choose_a_key_type) for the `AEAD` primitiv…
-
**Describe the bug**
When creating a menubar with an empty subtree, panics when you select it in the menu.
Dealing with this as I want to create a dynamic menubar to select a file, although maybe th…
DvvCz updated
5 months ago
-
Un-patchable, but out-of-scope for the security SIV claims to offer
-
RFC 5297 specifies AES-CIV-CMAC as being able to accept any nonce size >= 1. However, the implementation here only supports 16 byte nonces. Would it be possible to support the other nonce sizes? I gue…
-
#### Issue Description
Note: This is a rewrite of the original issue, separating concerns related to CORS and a potential DoS attack vector, now located at https://github.com/siv-org/siv/issues/205…
-
The [description of the StreamingAEAD primitive](https://developers.google.com/tink/streaming-aead) says that all implementations are OAE2-secure, but the implementation is of the STREAM construction …