Karsten Ohme
Karsten Ohme
The reported.tsv contains invalid data, too. It cannot be processed.
The download URL in `swc.py` is not valid anymore. The new server location does not support a HTTP head request. This patch is taking the file size from the previous...
This relates to https://github.com/chhsiao90/nitmproxy/issues/82. Under Android a channel must be "protected", i.e. marked as being already handled by a VPNService, otherwise a loop would result also redirecting the network traffic...
Under android when using a [VpnService](https://developer.android.com/reference/android/net/VpnService#protect(int)) it is necessary to mark a socket as handled by the VpnService otherwise a loop results and the network traffic is routed to the...
Although the function encrypt the data and generate the mac, it doesn't copy them into wrappedApduCommand bytes array. Reported by: programatix
I encountered problems when I tried to put the public RSA key on the Supplementary Security Domain (SSD) with the Delegate Management(DM) privs to smart card using the GPShell utility....
coqui
The deepspeech project seems to be [not maintained anymore](https://discourse.mozilla.org/t/future-of-deepspeech-stt-after-recent-changes-at-mozilla/66191). The [fork coqui](https://github.com/coqui-ai/STT) done by Mozillians being from the original team is maintained. It migth be fully compatible. Is it possible...
I tried to compile deepspeech on a Raspberry Pi running Ubuntu 20.04. The created wheel after building the Python bindings used an incorrect naming: `manylinux1_x86_64.whl` although it should be `linux_aarch64.whl`
Would it be possible to create a C source code generator providing an AES primitive for encryption / decryption together with the encoding tables?
Are there any plans to support other schemes, e.g. https://eprint.iacr.org/2016/642.pdf ?