]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Move BignumInt definitions into a header file.
authorSimon Tatham <anakin@pobox.com>
Sat, 6 Jun 2015 13:52:29 +0000 (14:52 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 7 Jun 2015 12:50:05 +0000 (13:50 +0100)
commit2c60070aad2d959a9e7e850523352c23c6aa7009
tree6c8fd7bec81c7e83341f72493a1939044226c90b
parentd0c74a115a80c0dfdd4f2ecb057f24afbdbaae97
Move BignumInt definitions into a header file.

This allows files other than sshbn.c to work with the primitives
necessary to build multi-word arithmetic functions satisfying all of
PuTTY's portability constraints.
sshbn.c
sshbn.h [new file with mode: 0644]