-
The github release contains the `*.cap.asc ` signatures for the `*.cap` files. Yet they are unusable, because the repository does not contain the issuer public key, nor is it uploaded to any keyserver…
-
This primitive has better built-in support for domain separation, first-class HKD support, and most importantly a lack of cofactor/encoding related headaches. The SDK should support it as an alternat…
-
Given this header:
```c++
template<
typename Key,
typename Value,
typename CacheStrategy = CacheStrategy::LeastRecentlyUsed
>
class Cache
{};
```
I get this result:
```pum…
-
It would be nice to have a pretty printer for type signatures in haddock. Complex types are not very readable, and often don't even fit into a single screen line.
-
Hi,
Not sure if this the best way to add some of my insights, but this seemed the only way.
I've been following this work for a few days, and I can only tell: great job!
However, I'm not sure…
-
The `verifyRequest` method does not check the freshness of the signature, which means the signatures are still valid after expiration on Shopify.
It should be possible to configure an expiration an…
-
kylef updated
6 years ago
-
This seems like a good starting point: https://svn.apache.org/repos/asf/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateSignature.java
-
-
All the signature verification for a cert chain is in the function `check_signatures`. By replacing the `loop` in that function with a parallel loop, we'll do all the signature verification in paralle…