[Swan-commit] Changes to ref refs/heads/master

Paul Wouters paul at vault.libreswan.fi
Fri May 10 17:21:01 EEST 2013


New commits:
commit 5ba02fcb26a656b817afa2a486b2f2dda5f73753
Author: Paul Wouters <pwouters at redhat.com>
Date:   Fri May 10 10:18:52 2013 -0400

    * rename  mpz_to_n2() to mpz_to_n_autosize()
    
    mpz_to_n() takes a second argument size_t bytes.
    
    mpz_to_n2() does not take the argument, but uses (mpz_sizeinbase(mp, 2)+7)/8
    to round up the size to the next byte.
    
    This was not clear from the name, so mpz_to_n2() was renamed mpz_to_n_autosize()



More information about the Swan-commit mailing list