sidrubs
sidrubs
I would like to load TLS certificates to be used for the request based on the hostname. A method of doing this is specifying something that implements the [ResolvesServerCert](https://docs.rs/rustls/latest/rustls/server/trait.ResolvesServerCert.html) trait...
Insert the header of the source image into the detection message. This adds traceability to the detection message and allows it to be associated to the source image at a...
Allow the user to set the length of the image subscription queue via a parameter. This is useful if the user would like to optimize the queue length for latency...
This PR adds the ability for the `DnnImageEncoderNode` to output tensors in `NHWC` format in addition to `NCHW` format. The `tensor_layout` parameter is used to select the format (either _nchw_...
# Introduction This is a POC at abstracting the signing and verifying algorithms behind the [`JwtSigner`](https://github.com/sidrubs/jsonwebtoken/blob/decoupled-crypto-backends/src/crypto/mod.rs#L17) and [`JwtVerifier`](https://github.com/sidrubs/jsonwebtoken/blob/decoupled-crypto-backends/src/crypto/mod.rs#L25) traits whilst not breaking the `encode` and `decode` public interfaces that people...
Hi, I see there has already been a bit of activity surrounding crypto backend support. We have a use-case where we would like to provide an arbitrary "signer" and "verifier"...
It is considered good practice to prevent users from re-using already used codes to prevent replay attacks. A robust way to do this is to record the "step" that they...