X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=host%2Fgf256mul.c;h=fe6548652483220d4b63d9e9ef6385911a0f758e;hb=1f6be6ce98d01772fbb1f4d5205a13bea896a1f1;hp=e2d7a88a04d2086f509ea823eb66edfc4435a075;hpb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;p=avr-crypto-lib.git diff --git a/host/gf256mul.c b/host/gf256mul.c index e2d7a88..fe65486 100644 --- a/host/gf256mul.c +++ b/host/gf256mul.c @@ -1,7 +1,7 @@ /* gf256mul.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,14 +18,14 @@ */ /** * \file gf256mul.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-13 * \license GPLv3 or later * */ #include -#include "gf256mul/gf256mul.h" +#include "gf256mul.h" uint8_t gf256mul(uint8_t a, uint8_t b, uint8_t reducer){ uint8_t i;