vibs29

Results 10 issues of vibs29

Hunchentoot is meant to hide error details from web users unless *show-lisp-errors-p* is overridden to true. But it doesn't always hide them. Here is how hunchentoot renders errors: a) if...

fix an instance of one of the two(?) hardest problems in computer science https://pkg.go.dev/crypto/rand#Int

https://github.com/dedis/kyber/blob/master/share/vss/rabin/vss.go#L697 Should that be (n/2)+1 instead of (n+1)/2?

Hi. I'm having trouble generating a distributed key when some (allowed number of) participants is offline. Is my expectation wrong that some number are allowed to be offline? Otherwise, either...

ABCL produces a warning when loading this system: ` ; Caught SIMPLE-WARNING: ; compiling # completed without its input file #P"/Volumes/vibhu/Downloads/cl-store-master/abcl/custom.lisp" or its output file #P"/Volumes/vibhu/.cache/common-lisp/abcl-1.4.0-fasl42-macosx-x64/Volumes/vibhu/Downloads/cl-store-master/abcl/custom.abcl" ` and also an...

[cross-posted to clisp mailing list, where bug has now been fixed] ``` (defun s (fillp) (make-array 1 :element-type 'character :initial-contents "x" :fill-pointer fillp)) (defun fmt (fillp) (format nil (eval `(formatter...

There was a working technique that allowed saving an image containing cl+ssl on a machine with one version of libssl and restoring that image on machines having another version of...

The .a files would fail to get created unless I changed the ar flags from rvl to rcs like this: ``` diff --git a/c/makefile b/c/makefile index 7f44cc7..46ce6ad 100644 --- a/c/makefile...

src/utils/misc.lisp's md5 function references babel:string-to-octets.