Vincent Hanquez
|
63cd28e3c2
|
[QA] add trivial CPP by filtering line that starts by #.
doesn't really works without considering line escape
|
2015-04-20 07:20:25 +01:00 |
|
Vincent Hanquez
|
f86b493e32
|
remove warnings
|
2015-04-20 06:02:12 +01:00 |
|
Vincent Hanquez
|
3d46eaea9b
|
add missing headers
|
2015-04-19 10:22:15 +01:00 |
|
Vincent Hanquez
|
d7c8835068
|
Merge branch 'ed25519'
|
2015-04-19 09:25:00 +01:00 |
|
Vincent Hanquez
|
0aaa6a9e9a
|
[Ed25519] Add haskell bindings and tests
|
2015-04-19 09:24:37 +01:00 |
|
Vincent Hanquez
|
655d8b9c33
|
[Error] Add new public key error values
|
2015-04-19 09:24:21 +01:00 |
|
Vincent Hanquez
|
6e79d33e9f
|
[Internal] Improve Bytes
define Show and Eq instances, and add bytesIndex
|
2015-04-19 09:23:34 +01:00 |
|
Vincent Hanquez
|
fd13a4f0e2
|
[Internal] add new hexadecimal dumper in the list of internal module
|
2015-04-19 09:23:09 +01:00 |
|
Vincent Hanquez
|
3713c585fe
|
[Internal] add a utility to dump byte array in hexadecimal
|
2015-04-19 09:22:41 +01:00 |
|
Vincent Hanquez
|
be42fec6e5
|
[Internal] properly define ByteArrayCopy functions to only requires ByteArrayAccess from the source
|
2015-04-19 09:21:48 +01:00 |
|
Vincent Hanquez
|
d595c01c09
|
[Ed25519] typo in C file
|
2015-04-19 09:21:19 +01:00 |
|
Vincent Hanquez
|
da52607d41
|
[internal] make some binding stricter
|
2015-04-19 06:16:31 +01:00 |
|
Vincent Hanquez
|
5c851e3d01
|
[ED25519] add ed25519-donna C files
|
2015-04-18 21:38:04 +01:00 |
|
Vincent Hanquez
|
488bc980aa
|
[hash] mark update function buffer as const
|
2015-04-18 12:20:38 +01:00 |
|
Vincent Hanquez
|
5ea8614999
|
[AES] tests: remove dead definitions
|
2015-04-18 07:59:15 +01:00 |
|
Vincent Hanquez
|
b28b25abe7
|
[AES] add gcm / ocb support to base AES type
|
2015-04-18 07:58:52 +01:00 |
|
Vincent Hanquez
|
03fab98cd2
|
[AES] add KAT and properties tests for AES128,192,256
|
2015-04-18 07:33:34 +01:00 |
|
Vincent Hanquez
|
0e9d52de95
|
[Cipher] remove the need for bytestring in Block
|
2015-04-18 06:58:57 +01:00 |
|
Vincent Hanquez
|
d230fc662a
|
[AES] properly define AES128/192/256 variants.
|
2015-04-18 06:58:41 +01:00 |
|
Vincent Hanquez
|
7c138b9d9f
|
[AES] export AEAD modes (GCM/OCB)
|
2015-04-18 06:58:10 +01:00 |
|
Vincent Hanquez
|
8cc58e626b
|
[AEAD] remove AEADState wrapper
|
2015-04-18 06:57:40 +01:00 |
|
Vincent Hanquez
|
08732c0939
|
[AEAD] change interface to be less classy (!)
|
2015-04-18 06:57:18 +01:00 |
|
Vincent Hanquez
|
f686733fc6
|
[Blowfish] Stop using ecb{Encrypt,Decrypt}Legacy stop gap call.
|
2015-04-18 06:55:17 +01:00 |
|
Vincent Hanquez
|
d4213ca731
|
[Internal] Expose first and second over the whole codebase
|
2015-04-18 06:53:23 +01:00 |
|
Vincent Hanquez
|
38b7f6ad73
|
[Internal] Add a function to create a initialized to 0 bytearray
|
2015-04-18 06:52:57 +01:00 |
|
Vincent Hanquez
|
09365a745f
|
[Internal] add a function to set buffer's bytes (i.e. memset)
|
2015-04-18 06:52:27 +01:00 |
|
Vincent Hanquez
|
dc1215dbd7
|
[AES] repair genCounter
|
2015-04-15 11:25:44 +01:00 |
|
Vincent Hanquez
|
cd216f5ee9
|
[internal] add some new function to copy and alloc + ret
|
2015-04-15 11:24:23 +01:00 |
|
Vincent Hanquez
|
3adfa4ab2a
|
rename module properly
|
2015-04-15 11:24:02 +01:00 |
|
Vincent Hanquez
|
c9a70b649f
|
[AES] properly split lowlevel from highlevel
|
2015-04-13 10:31:46 +01:00 |
|
Vincent Hanquez
|
d7186b9a59
|
wip AES merging
|
2015-04-13 10:15:55 +01:00 |
|
Vincent Hanquez
|
af0b1ece4d
|
[internal] add documentation and finish implementing various combinator for CryptoFailable
|
2015-04-12 08:18:00 +01:00 |
|
Vincent Hanquez
|
224b34eb2c
|
[cipher] re-enable XTS code
|
2015-04-12 08:05:52 +01:00 |
|
Vincent Hanquez
|
d6f2f7c1c0
|
[Cipher] make xtsGFMul work on arbitrary ByteArray
|
2015-04-12 06:50:54 +01:00 |
|
Vincent Hanquez
|
796bbef3c2
|
[DES] remove unnecessary imports
|
2015-04-11 16:03:42 +01:00 |
|
Vincent Hanquez
|
26fdfcf563
|
[Blowfish] use the key directly without stretching it all over the memory
|
2015-04-11 16:02:45 +01:00 |
|
Vincent Hanquez
|
4247520e91
|
[Internal] add a way to index bytestring
|
2015-04-11 16:02:31 +01:00 |
|
Vincent Hanquez
|
428744083b
|
add a section about support
|
2015-04-11 15:27:53 +01:00 |
|
Vincent Hanquez
|
c9a28daf0c
|
[RDRAND] use better C type for casting to prevent a warmless warning
|
2015-04-11 15:12:51 +01:00 |
|
Vincent Hanquez
|
e302eb51ba
|
[AES] add prefix cryptonite_aes_ prefix everwhere
|
2015-04-11 15:08:44 +01:00 |
|
Vincent Hanquez
|
b76a2c135a
|
[DES] fix compat that don't have an instance of Bits for Bool
|
2015-04-11 08:45:04 +01:00 |
|
Vincent Hanquez
|
b08c7a223c
|
Merge branch 'cipher-framework'
|
2015-04-11 08:28:01 +01:00 |
|
Vincent Hanquez
|
7f64eae1f3
|
[Cryptonite] remove temporarily added vector package
|
2015-04-11 08:27:32 +01:00 |
|
Vincent Hanquez
|
8655eb0468
|
[Internal] move all primitives stuff in CompatPrim
|
2015-04-11 08:26:30 +01:00 |
|
Vincent Hanquez
|
6dcba8d8cd
|
[Internal] properly handle big endian architecture
add a CompatPrim module to handle all the primitive compatibility needed,
instead of putting all in Compat.
|
2015-04-11 08:23:52 +01:00 |
|
Vincent Hanquez
|
d1554b36a6
|
[Blowfish] remove use of vectors operation in favor of mutableArray and array
|
2015-04-11 08:03:33 +01:00 |
|
Vincent Hanquez
|
7b597581c2
|
[Internal] add new methods for mutableArray32
|
2015-04-11 08:02:54 +01:00 |
|
Vincent Hanquez
|
c075ae354d
|
[Blowfish] Remove unnecessary imports
|
2015-04-11 07:20:17 +01:00 |
|
Vincent Hanquez
|
a2fb62ffd8
|
[Blowfish] put all the boxes together so we don't need to concat them
also create the vector in one place when mixing with the key
|
2015-04-11 07:18:40 +01:00 |
|
Vincent Hanquez
|
51cdd1bcd8
|
[Internal] add write Xor for mutable array
|
2015-04-11 07:17:49 +01:00 |
|