diff options
author | Tux <tuxxy@users.noreply.github.com> | 2018-04-24 18:12:13 -0600 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-04-24 20:12:13 -0400 |
commit | 47438529612c475f6c10a8c2826d8a16b4f83fe6 (patch) | |
tree | a58725542488a9571f6386dceda4d8489194f98c /docs/community.rst | |
parent | c81df6b255e4e767419bccbeff033497fd1324e9 (diff) | |
download | cryptography-47438529612c475f6c10a8c2826d8a16b4f83fe6.tar.gz cryptography-47438529612c475f6c10a8c2826d8a16b4f83fe6.tar.bz2 cryptography-47438529612c475f6c10a8c2826d8a16b4f83fe6.zip |
Expose OpenSSL constant time bignum arithmetic (#4200)
* Expose BIGNUM constant time operations
This commit exposes the following functions:
BN_set_flags
BN_get_flags
BN_MONT_CTX_new
BN_MONT_CTX_set
BN_MONT_CTX_free
BN_mod_exp_mont
BN_mod_exp_mont_consttime
This commit also exposes the BN_FLG_CONSTTIME flag.
* Add myself to AUTHORS
Diffstat (limited to 'docs/community.rst')
0 files changed, 0 insertions, 0 deletions