<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 2013-10-08 03:14, Phillip
      Hallam-Baker wrote:<br>
    </div>
    <blockquote
cite="mid:CAMm+Lwj4DED8Kx9-Oh1w-VoO=SDsJhARk02OFdPHuorK=LqxUw@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html;
        charset=ISO-8859-1">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote"><br>
            <div>Are you planning to publish your signing key or your
              decryption key?</div>
            <div><br>
            </div>
            <div>Use of a key for one makes the other incompatible.�<br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Incorrect.  One's public key is always an elliptic point, one's
    private key is always a number.  <br>
    <br>
    Thus there is no reason in principle why one cannot use the same key
    (a number) for signing the messages you send, and decrypting the
    messages you receive.<br>
    <br>
    <br>
  </body>
</html>