-
The program won't compile nor link on Linux ARM64.
Here's what I did:
cd src
cmake ../
make
But then an error shows up:
cc: error: unrecognized command line option ‘-masm…
-
Hi another question (and also curious):
Why dma_wr uses a different structure to dma_rd on the generation of status_len/tag?
dma_wr uses status_fifo, but dma_rd doesn't.
My recent synthesis …
-
```Dec 26 06:12:16 localhost charon[8544]: 13[NET] received packet: from 182.150.56.177[28070] to 104.128.89.237[500] (604 bytes)
Dec 26 06:12:16 localhost charon[8544]: 13[ENC] parsed IKE_SA_INIT re…
-
If the send packet woud be saved, then a Rblock/Nack would be easily implemented.
if the nack concerns the same block numbeer, just resend the last one.
-
Would it be possible to inject a gba rom into a currently installed gba vc or a gba vc cia? It would be useful for people who want to play rom hacks and update them without having to re create a cia o…
-
Hello Manuel,
I've been running and using the notebooks you wrote to reproduce results on cMAC and ATLAS. I also read most of the code in the repository.
We have some doubts regarding the trai…
-
It would be great if this library is expanded to support NIST PQC KEM and SIgnature algorithms: Kyber, Dilithium, Falcon, SPHINCS+.
-
I've got a Fedora 39 client and Fedora 37 IPA server, both running sssd-2.9.2-2test package from @ikerexxe COPR repo.
While passkey authentication works, I do not get Kerberos ticket and SSSD warns…
-
With const generics, it should be possible now. I think we use GenericArray because it impls Default though. I'm not sure what we need to use instead @lulf
eg:
```rust
let mut phy: DataPayloadC…
-
I noticed, that there is no facility to query the key size for a MAC algorithm and a way to get the block size has already been requested (#12342). Also for other parameters like IV, Salt and Customiz…