summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.decls
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-02-04 09:40:27 (GMT)
committersebres <sebres@users.sourceforge.net>2019-02-04 09:40:27 (GMT)
commit08d4e75deb21fca30944b087b1fffd7ae542aab3 (patch)
tree61894fa88b8351c451827c3267379ca4fe852686 /generic/tclTomMath.decls
parentbcd9ec5103a2be29face2bacfe44187ba8b1bd30 (diff)
downloadtcl-08d4e75deb21fca30944b087b1fffd7ae542aab3.zip
tcl-08d4e75deb21fca30944b087b1fffd7ae542aab3.tar.gz
tcl-08d4e75deb21fca30944b087b1fffd7ae542aab3.tar.bz2
partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_tc_div_2d, which simplifies code.
Diffstat (limited to 'generic/tclTomMath.decls')
-rw-r--r--generic/tclTomMath.decls4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/tclTomMath.decls b/generic/tclTomMath.decls
index 6650067..65178c3 100644
--- a/generic/tclTomMath.decls
+++ b/generic/tclTomMath.decls
@@ -248,6 +248,10 @@ declare 74 {
declare 75 {
int TclBN_mp_tc_xor(const mp_int *a, const mp_int *b, mp_int *c)
}
+declare 76 {
+ int TclBN_mp_tc_div_2d(const mp_int *a, int b, mp_int *c)
+}
+
# Local Variables:
# mode: tcl