[Gmp-commit] /var/hg/www: No alloc for sec functions.

mercurial at gmplib.org mercurial at gmplib.org
Sun Dec 22 19:47:09 UTC 2013


details:   /var/hg/www/rev/ef6faca89856
changeset: 147:ef6faca89856
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Sun Dec 22 20:47:05 2013 +0100
description:
No alloc for sec functions.

diffstat:

 devel/sec.html |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 01768aeb19eb -r ef6faca89856 devel/sec.html
--- a/devel/sec.html	Wed Dec 18 22:35:19 2013 +0100
+++ b/devel/sec.html	Sun Dec 22 20:47:05 2013 +0100
@@ -51,6 +51,10 @@
 The purpose for the _sec and _cnd functions is providing a basic set of
 side-channel silent function.
 </p>
+<p>
+The functions should never allocate their own scratch memory, since some
+applications will surely want to allocate "safe" memory.
+</p>
 
 <h3> Suggested list of functions </h3>
 
@@ -79,7 +83,7 @@
 </div>
 
 <div id="footer">
-<font size="-4">Last modified: 2013-05-02 </font>
+<font size="-4">Last modified: 2013-12-22 </font>
 <table cellpadding=0 width="100%" bgcolor="#e8e8e8">
   <tr>
     <td align="center">


More information about the gmp-commit mailing list