Dušan Klinec

Results 18 issues of Dušan Klinec

### Bug: new GPPro versions cannot install the cap - I have an applet (main.cap) that uses another applet via Shareable interface (parent.cap) - parent.cap applet is already installed on...

- Switch in ArekPhoto.swift, `open func status(completion: @escaping ArekPermissionResponse) {` and `open func askForPermission(completion: @escaping ArekPermissionResponse)` - Switch in ArekNotifications.swift `open func status(completion: @escaping ArekPermissionResponse)`

- HP15 changes implemented to the Trezor client in Monero wallet - BP+ support added for Trezor - old Trezor firmware version support removed, code cleanup Trezor firmware changes: https://github.com/trezor/trezor-firmware/pull/2232

Remember checkbox on login screen and Accept terms checkbox on Register screen is not clickable/checkable in Safari iOS 11 - `onClick` event is not propagated to the handler. ## Detailed...

enhancement

Print() in `do_dec()` produced a long trail of the following lines when parsing the certificate from TLS Handshake on the stdout: ``` ```

tldr: Idea is to deploy and scale Blockbook instances in cloud. Store synced DB on a single storage (e.g.,[Amazon EFS](https://aws.amazon.com/efs/)), one master, multiple read-only replicas. According to our benchmarking measurements,...

I have a Cocoapod project that for some reason does not use `use_frameworks!` directive (legacy, react-native had issues with the frameworks). Compilation fails with linking errors for Sodium 0.9.1. ```...

I was wondering, is the implementation constant-time? or, is it leaking private key bits?

Using very large zero test vectors for SHA-256 added in #303 shows SHA-256 is by order of magnitude slower than SHA-1 or SHA-256 on the inputs of the same size....

Hi! Thanks for this nice AFL python binding! I needed a few changes so here is my PR. Motivation is we need to fuzz smartcards with AFL with some instrumentation...