Vincent Hanquez
|
fdf735d4e2
|
[PubKey] move ElGamal to use HashAlgorithm and ByteArrayAccess.
|
2015-05-12 07:01:20 +01:00 |
|
Vincent Hanquez
|
5d2b417854
|
[pubkey] make DSA and ECDSA ByteString free
|
2015-05-11 14:18:49 +01:00 |
|
Vincent Hanquez
|
d035e3a3bc
|
[number] properly handle gmp
|
2015-05-11 11:39:09 +01:00 |
|
Vincent Hanquez
|
b3ebf3f3b8
|
[number] fix import
|
2015-05-11 10:07:15 +01:00 |
|
Vincent Hanquez
|
eaad39a1af
|
remove need for bytearray to marshall Word8s into a Word64
|
2015-05-11 10:04:56 +01:00 |
|
Vincent Hanquez
|
30b7b6412a
|
align module imports
|
2015-05-11 09:34:26 +01:00 |
|
Vincent Hanquez
|
761574a65f
|
[internal] remove old cryptohash modules
|
2015-05-11 09:34:01 +01:00 |
|
Vincent Hanquez
|
9567fa2526
|
[number] almost rewrite all serialization to be faster and less depends on random versions
|
2015-05-11 09:28:48 +01:00 |
|
Vincent Hanquez
|
228f1ab938
|
[number] further push the compat cleanup
|
2015-05-11 07:32:13 +01:00 |
|
Vincent Hanquez
|
8c07305deb
|
[number] fix compat with a missing do.
|
2015-05-11 07:31:52 +01:00 |
|
Vincent Hanquez
|
ee3e5e69bf
|
[number] move some number primitive to use compat without CPP
|
2015-05-11 07:11:38 +01:00 |
|
Vincent Hanquez
|
03fe63b05a
|
[number] further remove gcde_binary
|
2015-05-11 07:10:52 +01:00 |
|
Vincent Hanquez
|
4bcf193a12
|
[number] further remove gcde_binary
|
2015-05-11 07:10:38 +01:00 |
|
Vincent Hanquez
|
47afc1720d
|
[number] remove gcde_binary
|
2015-05-11 07:10:15 +01:00 |
|
Vincent Hanquez
|
5c0daae88c
|
[number] add simple combinator
|
2015-05-11 07:09:44 +01:00 |
|
Vincent Hanquez
|
427541064d
|
[number] add further gmp optional compat
|
2015-05-11 07:09:30 +01:00 |
|
Vincent Hanquez
|
ed8fbe8f69
|
[Number] add module to cleanup CPP around
|
2015-05-10 15:27:52 +01:00 |
|
Vincent Hanquez
|
9ae9e38ce2
|
move to memory stuff
|
2015-05-09 14:23:32 +01:00 |
|
Vincent Hanquez
|
ac16029f07
|
[internal] update convert4To32 to prevent an issue on ghc 7.0 and 7.4
|
2015-05-07 13:54:05 +01:00 |
|
Vincent Hanquez
|
d18900c2e0
|
[internal] random little changes to keep faster toHex from cryptohash as compiled code for later use
|
2015-05-06 11:39:46 +01:00 |
|
Vincent Hanquez
|
e89031c6d6
|
make AuthTag be a Bytes instead of ByteString
|
2015-05-06 11:39:07 +01:00 |
|
Vincent Hanquez
|
81e335cfff
|
[HASH] re-enable SHA512t
|
2015-05-06 07:53:51 +01:00 |
|
Vincent Hanquez
|
6ba517e945
|
[DES] remove DES.Serialization module
|
2015-05-06 07:52:49 +01:00 |
|
Vincent Hanquez
|
df3c3523a4
|
[P256] add a point_add function
|
2015-05-04 06:56:27 +01:00 |
|
Vincent Hanquez
|
aa790db088
|
[P256] add more bindings
|
2015-05-03 20:36:00 +01:00 |
|
Vincent Hanquez
|
ad34f0e1e8
|
use mod after add/sub
|
2015-05-03 20:15:26 +01:00 |
|
Vincent Hanquez
|
1f30911e1c
|
[P256] define the n/p/b constants
|
2015-05-03 20:14:54 +01:00 |
|
Vincent Hanquez
|
c360e77148
|
[P256] properly define some bindings with X and Y types
|
2015-05-03 20:14:10 +01:00 |
|
Vincent Hanquez
|
ea875e5c88
|
[P256] define pointMul
|
2015-05-03 19:52:00 +01:00 |
|
Vincent Hanquez
|
25c303602d
|
[P256] add comment to `toPoint'
|
2015-05-03 19:51:21 +01:00 |
|
Vincent Hanquez
|
f09bbf55e3
|
[Chacha/Salsa] cleanup nonce handling and use bufXor
|
2015-05-03 14:58:59 +01:00 |
|
Vincent Hanquez
|
cd42b2765b
|
[HMAC] use SecureBytes instead of ByteString for between context
|
2015-05-03 14:51:13 +01:00 |
|
Vincent Hanquez
|
c751fd1a6b
|
[QA] fix import
|
2015-05-03 14:48:40 +01:00 |
|
Vincent Hanquez
|
dfe3a9af93
|
[QA] fix module imports
|
2015-05-03 14:48:26 +01:00 |
|
Vincent Hanquez
|
87777784c1
|
[QA] fix issues from HSE so that it parse files
|
2015-05-03 14:47:16 +01:00 |
|
Vincent Hanquez
|
937b5d08dd
|
[scrypt] cleanup module / extensiotn
|
2015-05-03 14:31:14 +01:00 |
|
Vincent Hanquez
|
28a4fa1503
|
remove unnecessary CPP
|
2015-05-03 14:31:07 +01:00 |
|
Vincent Hanquez
|
b4d1a278b3
|
[QA] remove unnecessary module, and allow on more module to use CPP
|
2015-05-03 08:43:32 +01:00 |
|
Vincent Hanquez
|
c23ddb2eaa
|
[PBKDF2] make the code more friendly to a future mutable PRF.
Prevent doing B.take . B.concat by allocating only once the output buffer
|
2015-05-03 08:17:03 +01:00 |
|
Vincent Hanquez
|
c1ed30b20e
|
[DSA] fix badly written constraint (found by QA)
|
2015-05-02 15:46:07 +01:00 |
|
Vincent Hanquez
|
4cde4f9311
|
[scrypt] remove the need for byteable by using the more generic bytearray
|
2015-05-02 15:44:33 +01:00 |
|
Vincent Hanquez
|
c5189a03c6
|
[hash] remove unnecessary import
|
2015-05-02 15:44:09 +01:00 |
|
Vincent Hanquez
|
da784070f7
|
[hash] remove some warnings
|
2015-05-02 15:44:01 +01:00 |
|
Vincent Hanquez
|
1267500318
|
[P256] improve bindings, still work in progress.
|
2015-05-02 14:50:11 +01:00 |
|
Vincent Hanquez
|
771007ad93
|
[cipher] Get rid of bytestring in Stream class.
|
2015-05-02 14:49:49 +01:00 |
|
Vincent Hanquez
|
119b111b82
|
fix old build by importing ByteString module to get OverloadedString instance
|
2015-05-02 14:49:14 +01:00 |
|
Vincent Hanquez
|
cd0b2bfe64
|
[internal] fix build by making primitive binding stricter as required by older ghc
|
2015-05-02 08:10:07 +01:00 |
|
Vincent Hanquez
|
d7a88da726
|
[Curve25519] fix build and get rid of bytestring by using direct addr# "string"
|
2015-05-02 07:59:42 +01:00 |
|
Vincent Hanquez
|
cc26ce8ce4
|
fix hexadecimal string generation to be hopefully (much) safer.
|
2015-05-02 05:40:14 +01:00 |
|
Vincent Hanquez
|
b4adeec6d8
|
remove digestToHex
|
2015-05-01 07:40:28 +01:00 |
|