-
DJB's TODO said:
```
- use mess822 in qmail-inject
- use mess822 in qreceipt
- use mess822 in qbiff
- use mess822 in maildirwatch
```
So we might want to do these things.
-
現在の実装(下)だと、全国で100件程度の衝突がある模様。どのようにパラメータを調整するべきか...
``` coffeescript
djb = (s) ->
s.split('').reduce (h, str) ->
((h >> 0
, 5381
```
-
```
merge in djb's tools, or figure something else out.
also see:
http://groups.google.com/group/think-tank-forums/browse_thread/thread/69b89d9288
498e4c
```
Original issue reported on code.google.c…
-
I try to launch OptiFine 1.14.3 HD U F1 (using launchwrapper 1.12) and I got crash:
```
FATAL ERROR in native method: Thread[Server-Worker-6,5,main]: No context is current or a function that is no…
-
```
есть ли у вас планы реализовать сабж?
я много думал и искал (вес трафик магент.ру
дампил ;)), но еще не нашел решение.
```
Original issue reported on code.google.com by `djb...@gmail.com` on 28 …
-
```
merge in djb's tools, or figure something else out.
also see:
http://groups.google.com/group/think-tank-forums/browse_thread/thread/69b89d9288
498e4c
```
Original issue reported on code.google.c…
-
Is there any reason why you do not support them? They are official part of OpenSSH since 6.5:
http://www.openssh.com/txt/release-6.5
They are blessed by DJB:
http://ed25519.cr.yp.to/
And Github do…
okket updated
9 years ago
-
The `ChaCha20Legacy` construction, i.e. the djb variant, is supposed to use a 64-bit counter but currently uses a 32-bit counter because it shares its core implementation with the IETF construction wh…
-
From this paper:
http://www.cse.iitk.ac.in/users/manindra/algebra/primality_v6.pdf
Should we skip this and just implement the even-more optimized algorithms of DJB?
leto updated
10 years ago
-
See https://github.com/zmap/zgrab/issues/309
I'm not sure how far out of sync we are---I know Chrome's using all the fancy DJB crypto (X25519, ChaCha, etc) and I'm not sure what we support. We'll n…