Radoslav Gerganov
Radoslav Gerganov
This patch adds new CTAP2 vendor command with command value 0x50. The command arguments are credentialId and user specified SHA256 hash. It returns a DER encoded signature of the given...
I wonder what others think about having a vendor command for signing an arbitrary SHA256 hash. The use case for this would be using a Solo key for file signing....
This patch adds a keyboard HID interface to the existing FIDO2 HID interface. It allows injecting keystokes into the host when the Solo button is pressed. For now it injects...
We can also exploit the contact tracing being added to iOS and Android to answer the question "how many people are around?". Cell phones are transmitting ephemeral IDs with BTLE...
I am opening this issue to track the @rmoriz's idea for patching/replacing the original firmware with an open-source one. When I was reversing the original application, I found signs that...
This PR transfers the work started in [ggml PR 761](https://github.com/ggerganov/ggml/pull/761) here. It adds an RPC backend which proxies all backend operations to a remote server which runs a regular backend...
We have a use case where we want to build and run ggml programs on low end machines (without GPUs) and leverage the computational resources of some high end machines...
Hi, I have implemented a command line utility for programming the foot switch that is used for the VIM Clutch: https://github.com/rgerganov/footswitch. I am using the libusb library which works and...