]> Git Repo - secp256k1.git/commit
Make the secp256k1_declassify argument constant
authorJonas Nick <[email protected]>
Mon, 30 Mar 2020 14:51:38 +0000 (14:51 +0000)
committerJonas Nick <[email protected]>
Wed, 26 Aug 2020 19:52:03 +0000 (19:52 +0000)
commit3e08b02e2a78f2a1fc457efab665db8ab8085373
tree037ed0171b3e40713b93d8aebc44edcdea85e47d
parent670cdd3f8be25f81472b2d16dcd228b0d24a5c45
Make the secp256k1_declassify argument constant

This is required to declassify pointers to constant memory. Declassify should
never modify its argument.
src/secp256k1.c
This page took 0.025094 seconds and 4 git commands to generate.