<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.apple-converted-space
        {mso-style-name:apple-converted-space;}
span.E-MailFormatvorlage19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='mso-fareast-language:EN-US'>Hi Mike,<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='mso-fareast-language:EN-US'>Thank you very much, this gives me a feeling for striking the right balance and indeed spending the additional resources seems to be worthwhile.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='mso-fareast-language:EN-US'>Arasch<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b>Von:</b> Mike Hamburg [mailto:mike@shiftleft.org] <br><b>Gesendet:</b> Dienstag, 24. Oktober 2017 22:44<br><b>An:</b> Arasch Honarbacht <honarbacht@ubisys.de><br><b>Cc:</b> Björn Haase <Bjoern.M.Haase@web.de>; curves@moderncrypto.org<br><b>Betreff:</b> Re: [curves] Fw: Aw: SPEKE using Curve25519 - elligator2 required or recommended?<o:p></o:p></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Hi Arasch,<o:p></o:p></p><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>If the password is salted, then the issue is probably exploitable.  This is because you will give away one bit of the password per salt.  Whether the exploit is against the user or the device depend on protocol flow and on who choses the salt.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>If the password is not salted, then you give away one bit of the password total.  This might not be exploitable, but it’s definitely not ideal.  Also, lack of salt isn’t ideal either.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>If properly implemented (i.e. using one inverse square root), Elligator 2 adds about 10% to the curve25519 operation, which is to say 5% to each party’s runtime (since they do 2 curve25519 operations).  It probably adds a few hundred bytes to the code size as well.  It can reuse all the existing field operations, except that you need to extend your inverse operation to inverse square root.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>On a related note, if you haven an M4 and are truly strapped for code size, you might want to consider STROBE.  It supports Curve25519 key exchange, signing and verification, as well as (totally non-standard) hashing, AEAD encryption, pseudorandom generation, PBKDF2-quality password strengthening, and a lightweight protocol framework in as little as 3kB of code (probably more like 4k since you’d have to talk with Rambus to get the M4 asm version).  So implementing SPEKE would just require the addition of Elligator.  It’s probably not as fast as Wouter’s Curve25519 implementation though.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>— Mike<o:p></o:p></p></div><div><div><p class=MsoNormal><br><br><o:p></o:p></p><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><p class=MsoNormal>On Oct 24, 2017, at 1:14 PM, Arasch Honarbacht <<a href="mailto:honarbacht@ubisys.de">honarbacht@ubisys.de</a>> wrote:<o:p></o:p></p></div><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal><span lang=EN-US>Hi Björn,</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US> </span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US>Thank you for your prompt reply. Actually your paper is one of the sources I’ve been reading the past days. We’ll certainly consider the suggestions you have made. In fact, the hash could incorporate a random session ID (as I understood there is an attack against SPEKE where you create multiple concurrent sessions), but those are separate concerns – and therefore I was referring to a random base point.</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US> </span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US>Your note about an ephemeral generator is apparently also orthogonal, right?</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US> </span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US>So to better understand your point, if for example the hash of the password has n bits of effective security, say 128, then we would leak one bit of the hash (not the password itself), correct? Put differently, how could this information practically be exploited? Is it a realistic attack today or e.g. a potential weakness that could be attacked using a quantum computer and a nuclear power plant in e.g. 20 years from now?</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US> </span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US>The question is, whether or not added code space, execution time and battery drain for eliigator2 are worth it, for our particular use case. Or would you consider the additional complexity negligible compared to X25519. For example on a Cortex-M4 (ATSAM4S8B) the scalar product requires 4kB flash and roughly 1.8M cycles using Wouter de Groot’s implementation. What would elligator2 add to this, assuming an implementation of similar quality – or even reusing the field primitives already present (as far as possible)?</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US> </span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US>Thanks again</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US> </span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US>Arasch</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US> </span><o:p></o:p></p></div><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm'><div><p class=MsoNormal><b><span lang=EN-US>Von:</span></b><span class=apple-converted-space><span lang=EN-US> </span></span><span lang=EN-US>Curves [<a href="mailto:curves-bounces@moderncrypto.org">mailto:curves-bounces@moderncrypto.org</a>]<span class=apple-converted-space> </span><b>Im Auftrag von<span class=apple-converted-space> </span></b>"Björn Haase"<br><b>Gesendet:</b><span class=apple-converted-space> </span>Dienstag, 24. Oktober 2017 17:17<br><b>An:</b><span class=apple-converted-space> </span><a href="mailto:curves@moderncrypto.org">curves@moderncrypto.org</a><br><b>Betreff:</b><span class=apple-converted-space> </span>[curves] Fw: Aw: SPEKE using Curve25519 - elligator2 required or recommended?</span><o:p></o:p></p></div></div></div><div><p class=MsoNormal><span lang=EN-US> </span><o:p></o:p></p></div><div><div><div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>Hi,</span><o:p></o:p></p></div></div><div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'> </span><o:p></o:p></p></div></div><div name=quoted-content><div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>first of all, I agree that using a PAKE scheme for password-based authentication on zigbee networks is a good idea. Also, SPEKE-based protocols are IMHO the fastest choice available. Since SPEKE patents have expired, there is no need to avoid that the password itself enters the calculation of the generator, which was (IIUC) the main reason for the patent circumvention approach for that PACE has been developped.</span><o:p></o:p></p></div></div><div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'> </span><o:p></o:p></p></div></div><div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>Regarding the base point selection, I'd strongly recommend to use Elligator2 and not just the hash of the password. The reason is, that depending on your construction, you will at least leak one bit of the password. If you just use the hash, you will either be having a point on the curve or on it's twist and this information could be exploited.<br><br>IMO there are a couple of things to consider when suggesting standardization: I'd recommend to combine the construction with use of a sound password hash, such as scrypt or argon2, mainly because it's likely that you will never enter the password on the small node. At least one should use PBKDF2 with a strong parameter set.<br><br>The second thing is consideration of side-channel stuff. I'd advocate on using an ephemeral generator. This costs essentially one additional communication round, but this might be worth the effort, since you anyway might be having a communication telegram exchange before the actual PAKE scheme.<br><br>When combining some ephemeral (and publicly known) random with the password hash for generating an ephemeral generator with Elligator2, you will be ending up with something very similar to our PACE paper at chess (</span><a href="https://eprint.iacr.org/2017/562.pdf" target="_blank"><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif;color:purple'>https://eprint.iacr.org/2017/562.pdf</span></a><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>).<br><br>Note that the fact that you are using an ephemeral generator comes virtually at no added cost. I'd suggest to use a permutation or a hash for combining random values from both sides, and the password hash and feed the result into elligator2 to get an ephemeral generator. The patent circumvention step in our PACE paper (that forced us to use a symmetric cipher, in our case Salsa20, on top) is now no longer necessary.<br><br></span><span style='font-size:9.0pt;font-family:"Verdana",sans-serif'>Yours,<br><br>Björn</span><o:p></o:p></p></div></div><div style='border:none;border-left:solid #C3D9E5 1.5pt;padding:0cm 0cm 0cm 8.0pt;margin-left:7.5pt;margin-top:7.5pt;margin-right:3.75pt;margin-bottom:3.75pt'><div style='margin-bottom:7.5pt'><div><p class=MsoNormal><b><span style='font-size:9.0pt;font-family:"Verdana",sans-serif'>Gesendet:</span></b><span style='font-size:9.0pt;font-family:"Verdana",sans-serif'> Dienstag, 24. Oktober 2017 um 14:03 Uhr<br><b>Von:</b> "Arasch Honarbacht" <</span><a href="mailto:honarbacht@ubisys.de"><span style='font-size:9.0pt;font-family:"Verdana",sans-serif;color:purple'>honarbacht@ubisys.de</span></a><span style='font-size:9.0pt;font-family:"Verdana",sans-serif'>><br><b>An:</b> </span><a href="mailto:curves@moderncrypto.org"><span style='font-size:9.0pt;font-family:"Verdana",sans-serif;color:purple'>curves@moderncrypto.org</span></a><span style='font-size:9.0pt;font-family:"Verdana",sans-serif'><br><b>Betreff:</b> [curves] SPEKE using Curve25519 - elligator2 required or recommended?</span><o:p></o:p></p></div></div><div><div><div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>Hi all,</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'> </span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>I’m working on a proposal for key agreement in zigbee networks. The idea is to use SPEKE and Curve25519. My understanding is that Curve25519 accepts all 32-byte strings as valid public keys. Now, instead of the default base point 9, the base point is generated using a hash of the password. For argument’s sake, assume the base point would be a random number. I’ve implemented a test bench and tested this approach and it works well (for the small set of experiments I made, i.e. a couple of thousand executions).</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'> </span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>The approach as it stands:</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'> </span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>Alice generates a secret a, Bob generates a secret b.</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>Alice computes P = aG and sends it to Bob. Bob computes Q = bG and sends it to Alice.</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>Alice computes k = aQ = abG. Bob computes k = bP = baG.</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'> </span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>When the base point G is chosen as one of the 12 points listed under the “contributory” behavior on Bernstein’s site (</span><a href="https://cr.yp.to/ecdh.html" target="_blank"><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif;color:purple'>https://cr.yp.to/ecdh.html</span></a><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>) the scalar products P and Q and the shared secret become zero – so these points need to be avoided.</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'> </span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>Now, I saw in literature that reverse elligator2 mapping is used to map a random string to a Montgomery x coordinate u, e.g. instead of G simply being the hash, G = elligator2(hash), c.f. Figure 1 in this paper:<span class=apple-converted-space> </span></span><a href="https://eprint.iacr.org/2017/562.pdf" target="_blank"><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif;color:purple'>https://eprint.iacr.org/2017/562.pdf</span></a><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>, or section 2.6 here:<span class=apple-converted-space> </span></span><a href="https://signal.org/docs/specifications/xeddsa/" target="_blank"><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif;color:purple'>https://signal.org/docs/specifications/xeddsa/</span></a><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>.</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'> </span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>My question is: Would a elligator2 mapping be required for the SPEKE use case outlined above, or is any point, except for the 12 points mentioned above suitable as a generator?</span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'> </span><o:p></o:p></p></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>Thanks, Arasch</span><o:p></o:p></p></div></div><div><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif'>_______________________________________________ Curves mailing list<span class=apple-converted-space> </span></span><a href="mailto:Curves@moderncrypto.org"><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif;color:purple'>Curves@moderncrypto.org</span></a><a href="https://moderncrypto.org/mailman/listinfo/curves" target="_blank"><span lang=EN-US style='font-size:9.0pt;font-family:"Verdana",sans-serif;color:purple'>https://moderncrypto.org/mailman/listinfo/curves</span></a><o:p></o:p></p></div></div></div></div></div></div></div><p class=MsoNormal><span style='font-size:9.0pt;font-family:"Helvetica",sans-serif'>_______________________________________________<br>Curves mailing list<br><a href="mailto:Curves@moderncrypto.org">Curves@moderncrypto.org</a><br><a href="https://moderncrypto.org/mailman/listinfo/curves">https://moderncrypto.org/mailman/listinfo/curves</a></span><o:p></o:p></p></div></blockquote></div><p class=MsoNormal><o:p> </o:p></p></div></div></body></html>