Calascibetta Romain

Results 190 comments of Calascibetta Romain

Actually, `hmac` is just an other way to initialise the `ctx` (which can be used to `feed_*`). PS: We probably can expose something like: `val with_key : key -> ctx`

Let's open this PR and see if someone else is interesting by such value.

A precision about words used in my message: - `stub` is when we actually provide an implementation which raises an error - `export` is when we just describe the function...

Thanks for your feedback all, I integrated most of what you said, only the TLS problem remains now.

> Why not use only one sed command per file in the Makefile to improve readability and to avoid multiple command executions and temporary files? The advantage of having several...

You probably can do something into the `Lwt_switch` hook.

I'm not sure about which processors they use but it seems clear that it's about SSSE3/SSE4.1/AES/PCLMUL instructions. In that case, we should take a look on what `mirage-crypto` does (I...

It comes from this line: https://github.com/Octachron/codept/blob/36bbd99fc88bf91fc25c052c72e8d96ed233ba5e/lib/unitname.ml#L14-L15 It seems that `_` is not really allowed as the first character of a module name: ```shell $ touch _init.ml $ ocamlopt _init.ml File...

I can confirm that currently, [bob](https://github.com/dinosaure/bob) does not work properly on a FreeBSD (`arm64`). I got this output when I compile it with the last commit of Cosmopolitan `cosmopolitan-2.2-189-gcba15bc77`: ```shell-session...

> Thanks for taking the initiative, miou support is welcome. Thanks, it still is a draft. I try to improve Miou and, at the same time, provide multiple implementations of...