Vincent Hanquez
|
20b194fc97
|
fix byteswap32 to work on Word32# instead of Word# (with compat for ghc < 9.2)
|
2022-03-13 20:49:11 +08:00 |
|
Chris Martin
|
f77994a729
|
Various documentation copy editing
|
2017-11-18 14:27:44 -05:00 |
|
Vincent Hanquez
|
71fe77da68
|
[endianess] fix some issues on non supported arches
|
2015-08-28 17:10:27 +01:00 |
|
Vincent Hanquez
|
92343f856a
|
add comments and description
|
2015-05-20 06:07:31 +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
|
da52607d41
|
[internal] make some binding stricter
|
2015-04-19 06:16:31 +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 |
|