udf2457
udf2457
Now Object Store is out of beta/experimental, some kind soul needs to beef up the docs a little. e.g. acks/data integrity questions as mentioned https://github.com/nats-io/nats-server/issues/6322, or answers surrounding how Object...
I think it is important for a number of reasons that serious consideration should be given to extending KMS support to EU cloud providers. For example: Open Telekom Cloud https://www.open-telekom-cloud.com/en/products-services/core-services/key-management-service...
Could you consider adding support for SSS (Shamir's secret sharing), or an alternative algorithm if you think there is something better. Thank you
1. Both `go.mod` and `Dockerfile` refer to Go 1.19: - As per [Go Release Policy](https://go.dev/doc/devel/release) support is only available for current and two prior. Therefore 1.19 is very much EOL...
At present the docs refer to Trillian everywhere, e.g. `go get -u -t -v github.com/google/trillian` However, as can be seen on the Trilian github README, Trilian is in maintance mode:...
Consider using the [busy_timeout pragma](https://www.sqlite.org/pragma.html#pragma_busy_timeout) when interacting with the SQLite backend (or at least exposing a config option). The reason is that SQLite replication tools such as Litestream can, by...
Since you appear to be using goreleaser in your GH workflow, please consider tweaking your workflow to add SLSA3 provenance: https://github.blog/changelog/2024-06-25-artifact-attestations-is-generally-available/ https://github.blog/enterprise-software/devsecops/enhance-build-security-and-reach-slsa-level-3-with-github-artifact-attestations/
As I understand it the present `circl` implementations of (V)OPRF are non-thresholdized. Would it be possible to add a thresholdized implementation, e.g https://eprint.iacr.org/2018/733.pdf, https://eprint.iacr.org/2019/1275.pdf or similar ?
Currently you have `sha256` and `sha512`. Could you consider adding `blake2b` in 256 & 512 ? Yes the blake functions are under `/x/crypto` but as Filippo Valsorda (maintainer of crypto/......
Was looking at getting started witih a test deployment of CoreOS, and therefore Butane to generate Ingition files. As far as I can tell there is no official VS Code...