]> Git Repo - secp256k1.git/commit - src/field_5x52_impl.h
Try to not leave secret data on the stack or heap.
authorGregory Maxwell <[email protected]>
Thu, 14 Aug 2014 13:58:57 +0000 (06:58 -0700)
committerGregory Maxwell <[email protected]>
Thu, 14 Aug 2014 14:06:36 +0000 (07:06 -0700)
commit2f6c8019114743e46a741fc6a01f9c6600ccdb5d
treec21043e20a4e939ac9deee7d50445dccaad96a59
parent13e44df743439ca3ed11f0cae090c1408d4239e4
Try to not leave secret data on the stack or heap.

This makes a basic effort and has not been audited.
Doesn't appear to have a measurable performance impact on bench.

It also adds a secp256k1_num_free to secp256k1_ecdsa_pubkey_create.
src/ecdsa_impl.h
src/ecmult_impl.h
src/field_10x26_impl.h
src/field_5x52_impl.h
src/field_gmp_impl.h
src/group.h
src/group_impl.h
src/num.h
src/num_gmp_impl.h
src/num_openssl_impl.h
src/secp256k1.c
This page took 0.026708 seconds and 4 git commands to generate.