git: crypto: Adjust poly1305 and hook to build

Aaron LI aly at crater.dragonflybsd.org
Sat Jan 13 06:01:32 PST 2024


commit 69e8d0ef2d01442913637714ca5a421feb6b308c
Author: Aaron LI <aly at aaronly.me>
Date:   Fri Nov 17 10:52:40 2023 +0800

    crypto: Adjust poly1305 and hook to build
    
    - Use all uppercase for macro constant (i.e., POLY1305_BLOCK_SIZE).
    - Add 'inline' to two helper functions: U8TO32(), U32TO8()

Summary of changes:
 sys/conf/files                 |  1 +
 sys/crypto/Makefile            |  3 +++
 sys/crypto/poly1305/poly1305.c | 26 +++++++++++++-------------
 sys/crypto/poly1305/poly1305.h |  4 ++--
 4 files changed, 19 insertions(+), 15 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/69e8d0ef2d01442913637714ca5a421feb6b308c


-- 
DragonFly BSD source repository


More information about the Commits mailing list