-
I am currently using PyCryptoki 2.5.23
I have an IV that the HSM randomly generates. I call other functions such as a mechanism. It eventually funnels down to to_byte_array().
Works great most o…
-
### General summary/comments (optional)
It seems packges outside stackage are not allowed in stack scripts.
Is there any fix?
### Steps to reproduce
Execute
```haskell
#!/usr/bin/env s…
-
```
发现在Firefox24环境中上传图片永远保持0%状态的情况。
使用控制台监视,发现错误
[22:56:21.976] TypeError: Cannot convert string to ByteString because the
character at index 15 has value 28779 which is greater than 255. @
http://…
-
Various traversals in lens have a space leak problem. It seems to be related to GHC generating tail-recursive functions that build up big case-analysis thunks which they pass to themselves.
Some exam…
-
Hello,
I have a question and I cannot find somewhere the answer.
Cereal performs binary serialization, which sounds to me that it serializes the primitive types as they are in memory.
So for …
-
Hey,
I've just stumbled upon a very strange issue with the WS server. I have found this in my production app, but shaved it down to a small repro. This code:
```
{-# LANGUAGE BangPatterns #-}
…
-
The [documentation](https://hackage.haskell.org/package/serialise-0.1.0.0/docs/Codec-Serialise.html) has some funny links. If you click on the `Builder` in the type of `serialiseIncremental`, for exam…
-
Digest can be partially evaluated, which presents several gotchas.
I had some simple code using cryptonite to get a hash:
```
md5 :: L.ByteString -> Digest MD5
md5 = hashLazy
md5hasher :: L.ByteStr…
joeyh updated
8 years ago
-
(@dcoutts asked me to move this to the issue tracker for wider discussion)
Currently, `lib:binary-serialise-cbor` depends on
```
├─ binary-serialise-cbor-0.1.1.0
│ ├─ array-0.5.1.1 ┄┄
│ …
-
```
+ /usr/bin/make -O -j48 V=1 VERBOSE=1 check
Making check in src
Making check in lib
Making check in common
make[3]: Nothing to be done for 'check'.
Making check in crypto
Making check i…