Marius Volkhart

Results 19 issues of Marius Volkhart

Are you interested in a contribution which converts this to a gradle project and allows for publishing (exclusively) as an aar?

Add Blake2 algorithm benchmarking. Use BouncyCastle, AlphaZero, and JBlake2. Also improve how the BouncyCastle benchmarks run to reduce unnecessary work.

## Describe the bug Attempting to use S3 client-side encryption, as documented in https://github.com/awsdocs/amazon-s3-userguide/blob/main/doc_source/UsingClientSideEncryption.md#option-2-using-a-master-key-stored-within-your-application fails for me. ## Current Behavior The SDK is trying to create and connect an "internal"...

bug
documentation
p2

@cpovirk explains in comments for `Subject.butWas()` that it has a better implementation than what developers would typically do. We ran into this today, which implementing our own `isEqualTo()`. Given that...

type=addition
P3

In Gradle 3.4, support was added for reproducible builds. https://docs.gradle.org/3.4/userguide/working_with_files.html#sec:reproducible_archives The `ProGuardTask` is not a `AbstractArchiveTask`, and so using the recommended way of achieving reproducible builds is not possible. This...

enhancement

The previous version of this function would first retrieve a filtered set of all the relationships, and then for each of those, iterate through all of the relationships again before...

Previously, the implementation would result in a slot that was greater than the total count of pictures in the document and was available. For example, a document that had [1.png,...

Add a new Cipher algorithm for XChaCha20-Poly1305. The larger nonce size over ChaCha20 decreases the probability of birthday collisions when using random nonces, a common use case in application layer...

**Is your feature request related to a problem? Please describe** I'm using a .md file to document my package, as described at https://kotlinlang.org/docs/reference/kotlin-doc.html#module-and-package-documentation I am explaining how classes in the...

enhancement