X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=host%2Fgf256mul.c;h=e2d7a88a04d2086f509ea823eb66edfc4435a075;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hp=d10b69cab50b173a36c7659bc2976f98bb996cf6;hpb=8ef8dfdc7299ac1c30869ec6ad4d11276f0cf5db;p=avr-crypto-lib.git diff --git a/host/gf256mul.c b/host/gf256mul.c index d10b69c..e2d7a88 100644 --- a/host/gf256mul.c +++ b/host/gf256mul.c @@ -1,6 +1,6 @@ /* gf256mul.c */ /* - This file is part of the Crypto-avr-lib/microcrypt-lib. + This file is part of the AVR-Crypto-Lib. Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -25,7 +25,7 @@ * */ #include -#include "gf256mul.h" +#include "gf256mul/gf256mul.h" uint8_t gf256mul(uint8_t a, uint8_t b, uint8_t reducer){ uint8_t i;