Verifiable
Verifiable copied to clipboard
A .NET implementation of decentralized identifiers and verifiable credentials, some associated protocols and cryptographic routines.
Consider explicitly supply-chain security. For example:https://github.blog/2022-04-07-slsa-3-compliance-with-github-actions/ - https://slsa.dev/ - https://www.openchainproject.org/get-started/conformance (iso.org/standard/81039.html) - https://github.blog/2022-04-07-slsa-3-compliance-with-github-actions/ - https://github.blog/changelog/2022-05-31-improved-verification-of-historic-git-commit-signatures/
It is not clear what liabilities the newly proposed EU cyber security regulation brings to open source developers in general or small startups developing open source in particular. This is...
https://atproto.com/.
Currently there are rough sketch of separate key material and key handling code. In the code this shows as `SentitiveMemory`, `PublicKeyMemory`, `PrivateKeyMemory` and related types. For the plain key material,...
- Non-browser targers: WASI via https://github.com/stevesandersonms/dotnet-wasi-sdk for non-browser targets (targeting browser via this may need something like https://www.npmjs.com/package/@wasmer/wasi). - Browser targets without Blazor https://github.com/dotnet/runtimelab/blob/feature/NativeAOT-LLVM/docs/using-nativeaot/compiling.md#webassembly or maybe https://github.com/unoplatform/Uno.Wasm.Bootstrap. - Blazor. Here...
This is an explicit note to keep in mind [FAPI](https://fapi.openid.net/) and and related (e.g. [CIBA](https://openid.net/specs/openid-financial-api-ciba.html)) in general and for IoT in particular. There are issues in offering PSD2 payments as...
At the moment (in `did:key` branch) while shaping APIs some API signatures (mostly delegates) that could end up calling asynchronous operations are synchronous. It would make sense to refactor these...
Link: https://w3c.github.io/did-test-suite/.
See at https://github.com/release-drafter/release-drafter. Likely a separate `.yml` file should be used, such as `release-drafter.yml`.
See https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/ for further information. Consider https://github.com/test-summary/action.