-
The KMAC message authentication code specified in [NIST SP 800-185](https://nvlpubs.nist.gov/nistpubs/specialpublications/nist.sp.800-185.pdf) may be a useful MAC implementation.
In particular, it …
-
Hi Eunchan,
I have two questions regarding kmac ErrKeyNotValid error:
1). Right now this error ErrKeyNotValid is specifically triggered when design is configured to KMAC mode.
However, if de…
-
Hello,
I am attempting to add another target to make a specific build following the guide in `doc/HOWTO-customize.build`. I am targeting a generic 32-bit micro controller and only need the cSHAKE f…
-
this issue was closed, but I see the same exact output every time I try to install OctoApp plugin
https://github.com/feelfreelinux/octo4a/issues/321#issue-1477083145
My entries at the end of iss…
-
**Describe the bug**
While testing the scan server feature #2665 I was running a query client I wrote that was doing 512 concurrent small random lookups. These lookups were going to scan servers w…
-
There is a comment in the document asking the following question about the cSHAKE hash use.
Should the cSHAKE string be:
1. "Remote ID Auth Hash" -- current
2. DET Context ID (i.e. 0x00B5 A69C …
-
* [x] add cSHAKE as further Keccak[c] variant in cipher/keccak.c
* [x] cSHAKE as XOF
* [x] Rework the encoding function not to use the new buffer type
* [x] Address WK's comments on cSHAKE i…
-
Hello. friends.
I am trying to import solc js in react mobx project.
But when use code "var solc = require('solc')", i am getting "Type error soljson.cwrap is not function".
If anyone know the way …
-
Should be switched from 8 to 64 in example.
-
WK wrote on gcrypt-devel that no new API function should be introduced to set N and S in cSHAKE, but rather:
> Insted we use:
> gcry_md_ctl (hd, GCRYCTL_CSHAKE_N, n, nlen);
> gcry_md_ctl (hd,…