Silke Hofstra

Results 55 comments of Silke Hofstra

@gioblu The problem with encrypting a zero byte string is that this results in a direct correlation between *known* variables. The key can be calculated as follows: ```c srk =...

Good luck! By the way, watch out for the use of the `%` operator on negative values. The following (from `encrypt`/`decrypt`) can read `_key` with a negative index because `srk`...

> It is faster because you changed the algorithm of the Contains implementation. I will only be able to merge your solution once it implements the same algorithm as all...

> Well, this is a double-edged sword. Having all solutions sharing the API makes it easier to compare the syntax of different languages. Good point. I have updated the names...

I can confirm this is still an issue. The cause seems to be that the glob in the linked commit has the wrong order: ``` $ ls -1 /sys/block/dm-2/slaves/*{,/slaves/*}/dev /sys/block/dm-2/slaves/dm-0/dev...

#20 wraps `version` #22 wraps `randombytes` #24 wraps `crypto_aead_aes256gcm`

It is not necessary to rename existing files immediately because the package names do not clash. They can exist side by side and they could be deprecated at some later...

The main problem I see is that Go doesn't really have any way to handle a build against a different library version. I see three ways of doing it: -...

I don't see why not, but I don't have any way to verify.

I have changed the batch file as well.