[Pkg-bitcoin-commits] [libsecp256k1] annotated tag upstream/0.1_20170810 created (now e5e41e7)

Jonas Smedegaard dr at jones.dk
Fri Aug 18 11:27:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.1_20170810
in repository libsecp256k1.

        at  e5e41e7   (tag)
   tagging  8da1be8fd9a43264ebe6f05a835d71aa2b2a2d96 (commit)
  replaces  upstream/0.1_20161228
 tagged by  Jonas Smedegaard
        on  Fri Aug 18 13:08:14 2017 +0200

- Log -----------------------------------------------------------------
Upstream version 0.1~20170810
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlmWyp4ACgkQLHwxRsGg
ASEZ9w//YA+NfQOBmGOA0jgM+xEdmbwjirPoHWPxSdJKNDAmQqPSFREW4TC5Zuoa
2GfaR5myToLCyPblm4GDlQ0vbsH2mVjkEgug6pQ24qJGYWT5dhPcxmgdT5dkQduW
p75V7wHwSvo62sgibFtRockDF5JIVjtdkh6whi8jQsmtT7WEeZAiIEUynxazmtXo
QR2vqFjcwboWiB5PiUeQR3PZtsVTWi6+GXeFZRLFd0QzM6B/qsfzVrl62/T9Rc6h
PHUWRmzdtr/sGg3bzAdY2dCCHI/Vp/Rjq7Sj1Z9MeLT/Czsp2J3Iq4Ufo8iLhfkM
WM/epMogjG/OendEokyHNRVLgDm83xKtbGrvlsPrwt1OpF0lOy6A6iHmdMTxsAWs
lUu+4iQtMuHSyA0p+5jAhO57WYRUKpccStiXIzjcV08p0UmIJWjqSWdR79mpqWCk
taCZYJ69qdoFCK7HgP4GY5vgnsIvQ0eAITiYrfN0fj5MFNwtIGHQx8E8JFZDhJg0
DNGuWzRgTSUu5MenO8GCUAjq2rikfdnfiyjaPTwwo+qwTx0z92304cO2aLhFRt82
QlR+OQbAjt6ttbAkTWD0rTYP/fu5KMKU+XJMT9e02wCUdnWj7w2iu0cvU4g8jUfn
MZYH5a9lZkFymmIp2/rNgsRenAXEOdNPC+ZWjmNywx6y0gHy+9s=
=uucH
-----END PGP SIGNATURE-----

Andrew Poelstra (2):
      Add `secp256k1_ec_pubkey_negate` and `secp256k1_ec_privkey_negate`
      add pubkey prefix constants to include/secp256k1.h

Brian Smith (1):
      Further shorten the addition chain for scalar inversion.

CryptoGuru (1):
      Unroll secp256k1_fe_(get|set)_b32 for 5x52.

Dag Robole (1):
      Remove redundant conditional expression

Emil Rus (1):
      Remove executable bit from secp256k1.c

Gregory Maxwell (3):
      Unroll secp256k1_fe_(get|set)_b32 for 10x26.
      Fix benchmark print_number infinite loop.
      Remove residual parts from the schnorr expirement.

Jonas Nick (1):
      Fix wnaf_const documentation with respect to return value and number of words set

Jonas Smedegaard (1):
      New upstream version 0.1~20170810

Peter Dettman (1):
      Minor optimizations to _scalar_inverse to save 4M

Pieter Wuille (12):
      Merge #449: Remove executable bit from secp256k1.c
      Merge #444: test: Use checked_alloc
      Merge #441: secp256k1_context_randomize: document.
      Merge #408: Add `secp256k1_ec_pubkey_negate` and `secp256k1_ec_privkey_negate`
      Merge #437: Unroll secp256k1_fe_(get|set)_b32 to make them much faster.
      Merge #452: Minor optimizations to _scalar_inverse to save 4M
      Merge #454: Remove residual parts from the schnorr expirement.
      Merge #468: Remove redundant conditional expression
      Merge #440: Fix typos
      Merge #458: Fix typo in API documentation
      Merge #470: Fix wnaf_const documentation
      Merge #459: Add pubkey prefix constants to include/secp256k1.h

Rusty Russell (2):
      secp256k1_context_randomize: document.
      FIXUP: Missing "is"

Tim Ruffing (1):
      Fix typo in API documentation

Wladimir J. van der Laan (1):
      test: Use checked_alloc

practicalswift (2):
      Fix typo: "exectured" → "executed"
      Fix typo: "Agressive" → "Aggressive"

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  8e48aa6   Add `secp256k1_ec_pubkey_negate` and `secp256k1_ec_privkey_negate`
       new  73aca83   Fix typo: "exectured" → "executed"
       new  4c0f32e   Fix typo: "Agressive" → "Aggressive"
       new  70ff29b   secp256k1_context_randomize: document.
       new  72d952c   FIXUP: Missing "is"
       new  5eb030c   test: Use checked_alloc
       new  51b77ae   Remove executable bit from secp256k1.c
       new  eda5c1a   Merge #449: Remove executable bit from secp256k1.c
       new  ab31a52   Merge #444: test: Use checked_alloc
       new  6af0871   Merge #441: secp256k1_context_randomize: document.
       new  1199492   Merge #408: Add `secp256k1_ec_pubkey_negate` and `secp256k1_ec_privkey_negate`
       new  cf12fa1   Minor optimizations to _scalar_inverse to save 4M
       new  aa84990   Unroll secp256k1_fe_(get|set)_b32 for 5x52.
       new  8b7680a   Unroll secp256k1_fe_(get|set)_b32 for 10x26.
       new  a2b6b19   Fix benchmark print_number infinite loop.
       new  465159c   Further shorten the addition chain for scalar inversion.
       new  4cc8f52   Merge #437: Unroll secp256k1_fe_(get|set)_b32 to make them much faster.
       new  cbc20b8   Merge #452: Minor optimizations to _scalar_inverse to save 4M
       new  5e95bf2   Remove residual parts from the schnorr expirement.
       new  84973d3   Merge #454: Remove residual parts from the schnorr expirement.
       new  b0452e6   Fix typo in API documentation
       new  bc61b91   add pubkey prefix constants to include/secp256k1.h
       new  2e1ccdc   Remove redundant conditional expression
       new  12230f9   Merge #468: Remove redundant conditional expression
       new  817fb20   Merge #440: Fix typos
       new  b8c26a3   Merge #458: Fix typo in API documentation
       new  768514b   Fix wnaf_const documentation with respect to return value and number of words set
       new  cac7c55   Merge #470: Fix wnaf_const documentation
       new  f532bdc   Merge #459: Add pubkey prefix constants to include/secp256k1.h
       new  8da1be8   New upstream version 0.1~20170810

The 30 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libsecp256k1.git



More information about the Pkg-bitcoin-commits mailing list