]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - host/gf256mul.c
clean up
[avr-crypto-lib.git] / host / gf256mul.c
index d10b69cab50b173a36c7659bc2976f98bb996cf6..e2d7a88a04d2086f509ea823eb66edfc4435a075 100644 (file)
@@ -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 <stdint.h>
-#include "gf256mul.h"
+#include "gf256mul/gf256mul.h"
 
 uint8_t gf256mul(uint8_t a, uint8_t b, uint8_t reducer){
        uint8_t i;