Dev Random

Results 23 comments of Dev Random

Please see https://github.com/devrandom/trust-rust Would also be good to make that reproducible.

Dear bot, Thank you for your submission. This project is unmaintained, so there's no point.

no judgement! just noticing the last commit date. :-)

Do you mean for the phone lock screen? On July 16, 2015 8:39:33 AM PDT, Eric Mourougandy [email protected] wrote: > Hi, > > Could you implement Private Notifications, to be...

Per-remote presence OTR state was already implemented, 2+ years ago. Was there a regression?

To clarify, I implemented per-remote OTR state in _chatsecure_ about two years ago. The UI/UX issues you mention are a concern. The question is whether there was a regression in...

Nice use of BIP39! BTW, I wonder if it would be appropriate for SINKeys to be generated using BIP32. You'd have just one secret for convenient backups while allowing the...

Hello from the Validating Lightning Signer (VLS), renamed from Lightning Signer. I wanted to note that the minimum set of validation required for security is actually pretty substantial. If the...

> Thanks for the comments @devrandom. This makes sense. One question around VLS, if one were to implement all policies, does that require that the signer connect to a Bitcoin...

Noticing that the gRPC standard has the client make an HTTP/2 connection to the server, and then calls are initiated by the client. There's no way to make unary calls...