-
Hi @zangobot , I am using the malconv to deal with the malware family classification problem. It's a Multi-classification tasks so I modify the malconv's last fc layer's out_features dimension and I t…
-
## Summary
RSA (Rivest-Shamir-Adleman) remains one of the most widely recognized and utilized asymmetric cryptographic algorithms, despite the emergence of more advanced schemes like ECDSA, EdDSA, …
-
`ui.Assets` are unpacked during `init`,
```
//go:embed assets.tar.gz
var assets []byte
func init() {
fs, err := targz.AsFS(bytes.NewBuffer(assets))
if err != nil {
…
-
The LetheKit seedtool application generates new wallets using dice
entropy to create BIP39 and SLIP39 recovery mnemonics. The BIP39 and
SLIP39 mnemonics represent valid wallets, but they are not the…
-
Per #14
> The test images are linked to from https://phoboslab.org/files/qoibench/ (with misc/lenna.png [removed](https://github.com/phoboslab/qoi/issues/35)).
and
> x kodak misc screenshots …
-
I just wanted to bring up that I don't think the current progress is going well. It seems like people are putting up code that they had, and not worrying if it conforms to what we are trying to build,…
-
Your treatment of entropy per letter in the attributes (and as explained in your blogs) is interesting, but I think that to ensure a passphrase will not be too short, one must consider the number of w…
-
## Entropy based password hashing
### Problem
Password hashing at scale is very costly when using Bcrypt, PBKDF2, etc. The reason for these algorithms is to increase the time it takes to hash a …
-
Currently the FLIF encoder appears to be single-threaded. Is this a natural limitation of the MANIAC algorithm, or is its absence due to the general difficulty of writing multithreaded code?
-
maybe something could be made for hw to provide data from the first pass runned in a hw accelerator like nvenc or vceenc, and then pass it to the av1 encoder