Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xenog
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
xenog
7y ago
I have been using Shadow for a couple of months from my fast and stable gigabit FTTH connection. My ping to their servers is about 20 ms, and I have to make a conscious effort to notice any input lag. Some of you may argue my brain is slow.
2.
▲
by
xenog
12y ago
This in an isightful comment. Lazy evaluation combined with the level of abstraction in Haskell could make this micromanagement somewhat hard to implement. It is in our roadmap to revisit the cryptography implementation.
3.
▲
by
xenog
12y ago
Be careful when running the code in a way that can lead to an attacker finding a way to use a timing attack. Anywhere where signatures are done automatically could lead to potential problems. This is also true for Electrum, that implements
4.
▲
by
xenog
12y ago
The correctness of the implementation is not worrying me at this point. ECDSA is not too complex to implement. We have QuickCheck tests, and many others that make us confident that the code works well, or at least that it does what it inten
5.
▲
by
xenog
12y ago
I am one of the authors of Haskoin. We have had internal discussions on this topic. It was agreed that we wanted to minimize dependencies to code written in another programming language, which was the reason we did not choose one of the exi