]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - blockcipher_descriptor.h
switching to dedicated endian switching function
[arm-crypto-lib.git] / blockcipher_descriptor.h
index e7e3f222009d0ab66c83b7a5428a579ecc230e88..d08beeab217066136a96d2580a4d98c03142a842 100644 (file)
@@ -1,6 +1,6 @@
 /* blockcipher_descriptor.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
@@ -90,8 +90,8 @@ typedef struct {
 
 typedef struct{
        bcdesc_t* desc_ptr;
-       uint16_t  keysize;
        void*     ctx;
+       uint16_t  keysize;
 } bcgen_ctx_t;
 
 #endif /* BLOCKCIPHER_DESCRIPTOR_H_ */