Janus Troelsen

Results 142 comments of Janus Troelsen

Isn't it a bit silly to require ACK from the authors if it has been implemented and is used? I guess you (@luke-jr) see the damage of "breaking protocol" as...

OK, if the BIP is bad, why not Reject it then? Proper documentation can be written in a separate BIP or elsewhere.

@luke-jr it's silly to have a badly written BIP stuck in the Draft state... Can you explain the rationale for either Rejecting or marking as Final? Then those points could...

@kallewoof Is there any chance that this can move ahead or should I close it?

If you need this, you can use http://GITHUB.COM/lvh/caesium or (Java 11) ``` (defn javaenc [msg iv keyb] (let [mamboSpec (javax.crypto.spec.IvParameterSpec. iv) k4 (javax.crypto.spec.SecretKeySpec. keyb "ChaCha20") ci (doto (javax.crypto.Cipher/getInstance "ChaCha20-Poly1305") (.init...

@nbacquey Have you noticed that doctests are failing?

Would it be possible to avoid global state? And using Promises instead of callbacks?

@gibiansky a code snippet that displays a WebGL display as an output of a cell would be swell...

Is the language in this PR compatible with https://eprint.iacr.org/2020/476.pdf ?