diff options
author | paybee <dev@payb.ee> | 2014-05-29 17:53:49 +0200 |
---|---|---|
committer | paybee <dev@payb.ee> | 2014-05-29 17:53:49 +0200 |
commit | 0e5223321258d8fa6bbb7190ecb2b230a801aac2 (patch) | |
tree | acbd51dac3256b47bab6c1b98d21a3434b7158b7 /src/crypto/oaes_lib.c | |
parent | Added incoming_transfers RPC API method (diff) | |
parent | Merge branch '0.8.8update' (diff) | |
download | monero-0e5223321258d8fa6bbb7190ecb2b230a801aac2.tar.xz |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/crypto/oaes_lib.c')
-rw-r--r-- | src/crypto/oaes_lib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/oaes_lib.c b/src/crypto/oaes_lib.c index 96f038600..f3f2aac8c 100644 --- a/src/crypto/oaes_lib.c +++ b/src/crypto/oaes_lib.c @@ -64,7 +64,6 @@ static const char _NR[] = { # define min(a,b) (((a)<(b)) ? (a) : (b)) #endif /* min */ - // "OAES<8-bit header version><8-bit type><16-bit options><8-bit flags><56-bit reserved>" static uint8_t oaes_header[OAES_BLOCK_SIZE] = { // 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, |