chiark / gitweb /
algorithms.c: Set `hashsz', `tagsz', and `name' properties on MAC keys.
[catacomb-python] / catacomb-python.h
2020-04-11 Mark WoodingSplit 'pyke/' into commit 'c80de12d8d0827e0553fed2e4d39...
2020-04-11 Mark Woodingbuffer.c: Publish the internal structure of buffer...
2020-04-11 Mark Wooding*.c: Use the new `Py_hash_t' type.
2020-04-11 Mark Wooding*.c: Use the new `Py_TYPE' and `Py_SIZE' macros; define...
2020-04-11 Mark Wooding*.c: Publish algorithm and crypto-group tables as ...
2020-04-11 Mark Woodingcatacomb-python.h (GEN): Remove `const' from input...
2020-04-10 Mark WoodingSplice 'pyke/' prehistory from commit 'c1756f78cbf30074...
2020-04-10 Mark Woodingpyke/, ...: Extract utilities into a sort-of reusable...
2020-04-10 Mark Woodingpyke/, ...: Extract utilities into a sort-of reusable...
2020-04-10 Mark Woodingcatacomb-python.h: Delete a stray trailing `\'.
2020-04-10 Mark Woodingcatacomb-python.h: Delete a stray trailing `\'.
2020-04-10 Mark Woodingcatacomb-python.h: Add a macro to declare module init...
2020-04-10 Mark Woodingcatacomb-python.h: Add a macro to declare module init...
2020-04-10 Mark Woodingutil.c: Rewrite `addmethods' to remove dependency on...
2020-04-10 Mark Woodingutil.c: Rewrite `addmethods' to remove dependency on...
2020-04-10 Mark Woodingcatacomb.c, util.c: Export `modname' and set it in...
2020-04-10 Mark Woodingcatacomb.c, util.c: Export `modname' and set it in...
2020-04-10 Mark Woodingcatacomb-python.h: Give up on Python versions prior...
2020-04-10 Mark Woodingcatacomb-python.h, *.c: Move definitions back into...
2020-04-10 Mark Woodingcatacomb-python.h: Give up on Python versions prior...
2020-04-10 Mark Woodingcatacomb-python.h, *.c: Move definitions back into...
2020-04-07 Mark WoodingMerge branch '1.3.x' into HEAD
2020-04-07 Mark WoodingMerge branch '1.2.x' into 1.3.x
2020-04-06 Mark WoodingMerge branch '1.3.x'
2020-04-06 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-27 Mark WoodingMerge branch '1.3.x'
2019-11-27 Mark WoodingMerge branch '1.3.x'
2019-11-27 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-27 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-27 Mark Woodingcatacomb-python.h: Add a macro for raising `OverflowError'.
2019-11-27 Mark Woodingcatacomb-python.h: Add a macro for raising `OverflowError'.
2019-11-27 Mark Woodingcatacomb.c, util.c: Publish negative constants correctly.
2019-11-27 Mark Woodingcatacomb.c, util.c: Publish negative constants correctly.
2019-11-25 Mark Woodingfield.c: Delete the completely unused `getfe' function.
2019-11-25 Mark Woodingfield.c: Delete the completely unused `getfe' function.
2019-11-22 Mark Woodingcatacomb-python.h, *.c: Fix how Python `pgen' handlers...
2019-11-22 Mark Woodingcatacomb-python.h, *.c: Fix how Python `pgen' handlers...
2019-11-17 Mark Woodingmp.c: Factor out and export `mphash'.
2019-11-17 Mark Woodingmp.c: Factor out and export `mphash'.
2019-10-01 Mark WoodingSet ELF visibility to keep all of our external symbols...
2019-10-01 Mark WoodingSet ELF visibility to keep all of our external symbols...
2019-09-21 Mark WoodingMerge branch 'mdw/aead'
2019-09-21 Mark Woodingalgorithms.c, etc.: Support the new AEAD abstraction.
2019-09-21 Mark Woodingalgorithms.c, etc.: Support the new AEAD abstraction.
2018-11-10 Mark Woodingalgorithms.c, knock-on: Eliminate `f_freeme' flags.
2018-11-10 Mark Woodingalgorithms.c, knock-on: Eliminate `f_freeme' flags.
2018-11-10 Mark Woodingbytestring.c: Implement indexing, slicing, concatenatio...
2018-11-10 Mark Woodingbytestring.c: Implement indexing, slicing, concatenatio...
2018-11-10 Mark WoodingConsistently make keyword-lists be static and read...
2018-11-10 Mark Woodingcatacomb-python.h: Eliminate redundant declaration...
2018-11-10 Mark WoodingConsistently make keyword-lists be static and read...
2018-11-10 Mark Woodingcatacomb-python.h: Eliminate redundant declaration...
2017-05-14 Mark Woodingpubkey.c: Add support for Ed448 signatures, following...
2017-05-14 Mark Woodingpubkey.c: Add support for Ed448 signatures, following...
2017-05-14 Mark WoodingAdd support for SHA3 and related algorithms.
2017-05-14 Mark Woodingalgorithms.c: Add basic support for Keccak[1600, n].
2017-05-14 Mark WoodingAdd support for SHA3 and related algorithms.
2017-05-14 Mark Woodingalgorithms.c: Add basic support for Keccak[1600, n].
2017-05-14 Mark WoodingMerge branch '1.1.x'
2017-05-14 Mark WoodingMerge branch '1.1.x'
2017-05-13 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-05-13 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-05-13 Mark WoodingFurther fixing to use `Py_ssize_t' in place of int.
2017-05-13 Mark WoodingFurther fixing to use `Py_ssize_t' in place of int.
2017-05-03 Mark WoodingMerge branches 'mdw/latin-ietf' and 'mdw/curve25519'
2017-05-03 Mark Woodingpubkey.c, catacomb/__init__.py: Add bindings for Hambur...
2017-05-03 Mark Woodingpubkey.c, catacomb/__init__.py: Add bindings for Hambur...
2017-05-03 Mark Woodingpubkey.c, ...: Support Bernstein's `Ed25519' signature...
2017-05-03 Mark Woodingpubkey.c, ...: Support Bernstein's `Ed25519' signature...
2017-05-03 Mark Woodingpubkey.c, ...: Support Bernstein's `X25519' key-agreeme...
2017-05-03 Mark Woodingpubkey.c, ...: Support Bernstein's `X25519' key-agreeme...
2017-05-03 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-05-03 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-04-12 Mark Woodingbytestring.c, catacomb/__init__.py: Compare for equalit...
2017-04-12 Mark Woodingbytestring.c, catacomb/__init__.py: Compare for equalit...
2017-04-12 Mark Wooding*.c: Declare `PY_SSIZE_T_CLEAN'.
2017-04-12 Mark Wooding*.c: Declare `PY_SSIZE_T_CLEAN'.
2017-04-07 Mark Woodingalgorithms.c: Add support for Poly1305.
2017-04-07 Mark Woodingalgorithms.c: Add support for Poly1305.
2017-04-07 Mark Woodingcatacomb-python.h, util.c: Support for declaring types...
2017-04-07 Mark Woodingcatacomb-python.h, util.c: Support for declaring types...
2016-09-12 Mark Woodingutil.c: Add conversions between Python objects and...
2016-09-12 Mark Woodingcatacomb-python.h: Don't inhibit 64-bit type detection...
2016-09-12 Mark Woodingutil.c: Add conversions between Python objects and...
2016-09-12 Mark Woodingcatacomb-python.h: Don't inhibit 64-bit type detection...
2016-09-11 Mark WoodingFurther fixing to use `Py_ssize_t' in place of int.
2016-09-11 Mark WoodingFurther fixing to use `Py_ssize_t' in place of int.
2015-07-20 Mark WoodingMerge branches 'mdw/pwsafe' and 'mdw/ec-ptcmpr'
2015-05-29 Mark WoodingUse ValueError instead of SyntaxError throughout.
2015-05-29 Mark WoodingUse ValueError instead of SyntaxError throughout.
2015-05-26 Mark WoodingFix the missing-module-names bug properly.
2015-05-26 Mark WoodingFix the missing-module-names bug properly.
2015-05-26 Mark Woodingcatacomb-python.h: Promote `util' to the head of the...
2015-05-26 Mark Woodingcatacomb-python.h: Promote `util' to the head of the...
2015-05-26 Mark Woodingcatacomb-python.h: Formatting fix.
2015-05-26 Mark Woodingcatacomb-python.h: Formatting fix.
2015-04-20 Mark WoodingProper hashing for comparable object types.
2015-04-20 Mark WoodingProper hashing for comparable object types.
2015-02-27 Mark Woodingmp.c: Binding for `mp_fibonacci'.
2015-02-27 Mark Woodingmp.c: Binding for `mp_fibonacci'.
next