petreeftime
petreeftime
@philippkeller It seems like this project is not being actively maintained anymore. Would you like help with maintenance or would you prefer that this was forked an maintained by someone...
Update nix to latest version to fix RUSTSEC-2021-0119.
I'm trying to make some structures serialize into bytes in a nice way. However, these types contain both optional data and maps of bytes (`Option` and `BTreeMap`). `#[serde(with = "serde_bytes")]`...
*Issue #, if available:* #368 *Description of changes:* This cleans up attach_console and debug_mode parameter handling. By submitting this pull request, I confirm that you can use, modify, copy, and...
The MSRV for cbindgen doesn't seem to be strictly adhered to: * The README.md file specifies the MSRV is 1.32 * The CI indicates that the version tested is in...
Java API currently does not implement callbacks for BluetoothEvents.
The find function should return a future when no timeout is set. This should be true for both C++ and Java.
Add a function to BluetoothManager which starts discovery, finds and connects to a device, returning the device in question.
Fixes [#483 ](https://github.com/aws/aws-nitro-enclaves-cli/issues/483) Print terminate-enclaves output as an array. Do not merge this yet, should be added to 1.3, since it changes the output and might break workflows. By submitting...
Given a COSE binary, provide an API to extract the Attestation Document from it and verify the signature against a given root(s) of trust.