]> git.cryptolib.org Git - arm-crypto-lib.git/commitdiff
fixing some header comments
authorbg <daniel.otte@rub.de>
Tue, 19 Jul 2011 23:09:03 +0000 (01:09 +0200)
committerbg <daniel.otte@rub.de>
Tue, 19 Jul 2011 23:09:03 +0000 (01:09 +0200)
40 files changed:
bigint/bigint-stub.c
bigint/bigint.c
bigint/bigint.h
bigint/bigint_io.c
bigint/bigint_io.h
grain/grain.c
grain/grain.h
rabbit/rabbit.h
salsa20/salsa20.c
salsa20/salsa20.h
scal/scal-basic.c
scal/scal-basic.h
scal/scal-nessie.c
scal/scal-nessie.h
scal/scal_arcfour.c
scal/scal_arcfour.h
scal/scal_grain.c
scal/scal_grain.h
scal/scal_mickey128.c
scal/scal_mickey128.h
scal/scal_rabbit.c
scal/scal_rabbit.h
scal/scal_salsa20.c
scal/scal_salsa20.h
scal/scal_trivium.c
scal/scal_trivium.h
test_src/cli.c
test_src/cli.h
test_src/hw_regs.h
test_src/main-base64-test.c
test_src/main-bigint-test.c
test_src/main-test-common.h
test_src/string-extras.c
test_src/string-extras.h
test_src/sysclock.h
test_src/uart_defines.h
test_src/uart_lowlevel.c
test_src/uart_lowlevel.h
trivium/trivium.c
trivium/trivium.h

index 451e8d7ccb39bf1adfd62bf3093859e55608e39c..351bab996efda1a6c6d212ef18489f9cc202fd94 100644 (file)
@@ -1,6 +1,6 @@
 /* bigint.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 6b76c188a399d00ae6dbeb8ed757415178541815..f832d5fd8682b8c3fd55f798198d7a7dacaf8328 100644 (file)
@@ -1,6 +1,6 @@
 /* bigint.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 2f45d1d3eea174cdd9bad6b6f2f0a6bea7194428..af1e451a10b81c2883ce544bbc458a1faf9aa562 100644 (file)
@@ -1,6 +1,6 @@
 /* bigint.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index d0dde86111c079638925689670a1d4c53b666447..bf3fca7def9f03666da7c34dbcb82d6ed26a5c1d 100644 (file)
@@ -1,6 +1,6 @@
 /* bigint_io.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index e47391d31c729bc039c7253fce9abf9db5449d91..e82247ecc65a9d4526ad12e22564081102008af0 100644 (file)
@@ -1,6 +1,6 @@
 /* bigint_io.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 7edfb1e14d1a3edf3b7f49935ef0b86d6daea31c..8f15de62270d0047b88a9bd55b722d29979deef9 100644 (file)
@@ -1,6 +1,6 @@
 /* grain.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 06e8c7898c06a80305bf12843d81b6be1c7602c9..186dc9194c1fdc506dc57f18df556c5bd1124a32 100644 (file)
@@ -1,6 +1,6 @@
 /* grain.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index b49b55a5b809c5df253d46b26bcd2bffb9de34c8..354820eefdd27d2a3f65918383f2387e46da6e22 100644 (file)
@@ -1,6 +1,6 @@
 /* rabbit.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index ddd2226f1b13768c6fc62d57f1ffc70cfcebc8d6..b2f388b9e5d8fbdc3a55a14fab9886af175db178 100644 (file)
@@ -1,6 +1,6 @@
 /* salsa20.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 29e7e81671c0c7c9d1d62dce400c1aeb64a1b780..ddfd74322283cdea04d9a1f5bdf3e7aab987e4a2 100644 (file)
@@ -1,6 +1,6 @@
 /* salsa20.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index f46c99545ce3d3d6861859b2ea0b3e5cfc5ecff7..e9775e0abe35f2e1ac5ebcf990c67499fe27e330 100644 (file)
@@ -1,6 +1,6 @@
 /* scal-basic.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index fcfadc01072eca6ca275f00db783598985eb20f1..adc6f2810432f9657faebf0771170d693465737a 100644 (file)
@@ -1,6 +1,6 @@
 /* scal-basic.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 5a29f7b1a3f2bd131668a430095eeef76d96a7f4..a398df53d534f693443f749bd52e7be2f1f75cdd 100644 (file)
@@ -1,6 +1,6 @@
 /* scal-nessie.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 3d785dd84d5123f3eb7bc1915904b11352499030..df66d3610990b0bd72060bb728d593781f953cc2 100644 (file)
@@ -1,6 +1,6 @@
 /* scal-nessie.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 24b53210deaab257377d757e452aeeeb444c229e..0719bbd8bba78222c1a9898c3d6650b800b6c231 100644 (file)
@@ -1,6 +1,6 @@
 /* scal_arcfour.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 512e90d345d833616f462322bd374ab9e2c0d0cd..169a37fd1a5a14a57bdfe4a02b7b1649d74533a7 100644 (file)
@@ -1,6 +1,6 @@
 /* scal_arcfour.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index b79963ff1f8ab2dd07528b6ec6b589608e8ba779..da49d5338a102f576e75178bae9357ccd1ced72d 100644 (file)
@@ -1,6 +1,6 @@
 /* scal_grain.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index a67d1d58628e82515d2923a63b76e5d9a20ee734..7880fcc5dfdec9e2d3893d96267a526df8419296 100644 (file)
@@ -1,6 +1,6 @@
 /* scal_grain.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index b9e146ef8cbb598c67928e06be8d74f4e6a3cef4..85b7860e703435465c8e7268e04401bd13c57779 100644 (file)
@@ -1,6 +1,6 @@
 /* scal_mickey128.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index c8748678e184d13754b1723b0faa6ec07160dd54..03903dbd1132b9abf38747ac21e1d9f0d038db62 100644 (file)
@@ -1,6 +1,6 @@
 /* scal_mickey128.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 9f1be772dd6e7f6e6346f290ed072bffee112b8b..7f1bae53eddb435ea5bbf7eb94689791b62594bc 100644 (file)
@@ -1,6 +1,6 @@
 /* scal_rabbit.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index ee172c8c32869cfdf37e154b6071f2c71f58f09c..dacbdf56b3e1a7d8de0d9d3a93cd220a33aa2a1b 100644 (file)
@@ -1,6 +1,6 @@
 /* scal_rabbit.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 8f91349ef45aa5433f30c890f441afdca0dd2742..08997fff9346983386ddf2d4d226efa25a39e701 100644 (file)
@@ -1,6 +1,6 @@
 /* scal_salsa20.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 23c9f2bd233788844d6b0a90ce7edba2bd3abb17..dc8ad97d15209d6769277d45bdfa7041128f90f7 100644 (file)
@@ -1,6 +1,6 @@
 /* scal_salsa20.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 607d6770973774b11ff86c2eb7e60ea311935e2f..e8c30f022d3a072e95869d08172ba5155f1e3f72 100644 (file)
@@ -1,6 +1,6 @@
 /* scal_trivium.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 17f921a9f8657ce77d030b8cc0b6d858e21fd67f..ece39429f0ce5f0c0db5a998c1ccbb566ecbac72 100644 (file)
@@ -1,6 +1,6 @@
 /* scal_trivium.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index d517829049a581ef2ae34b212f57e58c95ead09e..8176d5ff8cc4e7d655cce4ab006ecf0eacfebb9d 100644 (file)
@@ -1,6 +1,6 @@
 /* cli.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 4210695d595baff5c66907166c36631ae9796be1..f4e615fca23ea7065a03f80f7074d91fb5dc8b69 100644 (file)
@@ -1,6 +1,6 @@
 /* cli.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index c6d859b421fd2da592af69b946c4644880735ca9..37cdb61377235a03e9aee3d92dd6c92f0d137811 100644 (file)
@@ -1,6 +1,6 @@
 /* hw_regs.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 67fb73040937c1c2aa971f99a46dd1e6d2ea16cb..4edf387c4e6caaf167c7786d97daee0888b748bf 100644 (file)
@@ -1,6 +1,6 @@
 /* main-base64-test.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008, 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 621e70f5a6d88bddf454cf89a9ce97ef18190634..4f4dfdc169b7b76494f4f064ba37d1f0c53338bd 100644 (file)
@@ -1,6 +1,6 @@
 /* main-bigint-test.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008, 2009, 2010  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 3649c052d11fb0a2eb31f893034aa21da4dc5e88..6eab2b95617c9a24f8225b8a783e9f75474342a8 100644 (file)
@@ -1,6 +1,6 @@
 /* main-test-common.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 8f216c2daee6cc5c0b8adfad40a38fbd02611531..5293a1ff9db9da35a82a98b8838916cd8581548f 100644 (file)
@@ -1,6 +1,6 @@
 /* string_extras.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index d9ef2e0b6fbb1aa12ec522460183379f5024b4f1..04aa707e5130a83eddb51ee0168732b559ca785e 100644 (file)
@@ -1,6 +1,6 @@
 /* string-extras.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index e59834961da09cda685a0163ad900f95f501cd0f..2fc95d59f6fddb538a699308aac78661db6407a0 100644 (file)
@@ -1,6 +1,6 @@
 /* sysclock.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 976f2eec802e8a6b40a565239ed26e38553321e5..964006021860393fb814c85d349f3d4be1832f12 100644 (file)
@@ -1,6 +1,6 @@
 /* uart_defines.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 2261ebbf2c8572ff4c9774463c9848fb67a2bd16..85c4d90342f91372f1b7362d57363465904df120 100644 (file)
@@ -1,6 +1,6 @@
 /* uart_lowlevel.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 68c30deb1b85908101953bf6bf808bb6db766ab3..825e4e060d04719701780186d5eaddf080514ee0 100644 (file)
@@ -1,6 +1,6 @@
 /* uart_lowlevel.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 92040bd33435fad43a90d9184cf9a62995d36dfd..64b7e16ae9879484449e45269ac4f2288ff42cce 100644 (file)
@@ -1,6 +1,6 @@
 /* trivium.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index ced7784229dc780010dd2ee348f837119434ad93..d87975776af1dc7fe0dba0a3804a63cca53b1660 100644 (file)
@@ -1,6 +1,6 @@
 /* trivium.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify