Better fix to alignment issue
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ namespace Crypto {
|
||||
|
||||
class Nonce {
|
||||
private:
|
||||
char bytes[ 12 ];
|
||||
char bytes[ 12 ] __attribute__((__aligned__ (16)));
|
||||
|
||||
public:
|
||||
Nonce( uint64_t val );
|
||||
|
||||
Reference in New Issue
Block a user