pub/rsa-pub.c: Implement the optimal addition chains for e = 3, e = 65537.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 11 May 2017 09:42:15 +0000 (10:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 13:58:40 +0000 (14:58 +0100)
commit791af0ba537a9d4906653df76c122188df9b7f97
tree6f886cb41440eab02dc7e7265e525ad39ccb1536
parent57fe52c7c965037770febce691a3aade8e16975b
pub/rsa-pub.c: Implement the optimal addition chains for e = 3, e = 65537.

Also add tests for e = 3 (previously missing) and e = 17 (to exercise
the general modexp path).
pub/rsa-pub.c
pub/t/rsa