Alex Coventry

Results 16 issues of Alex Coventry

``` > (new BN(3)).invm(new BN(15)).mul(new BN(3)).mod(new BN(15)) ``` This is happening with version 4.11.8.

It should probably only listen on localhost, since it gives you a shell.

This is likely a newbie question, in which case apologies. It's my first time using torch. The `display` output is basically blank. The `` contains ```html display requires JavaScript status...

I'm thinking of writing a `gen.StructStrict`, which panics if `gens` contains keys which are not fields on `rt`, so for instance the `"NotThere"` key in `struct_test.go::TestStruct` would cause a failure....

[...since its value is always 0.](https://github.com/dedis/kyber/blob/89ca87/share/vss/rabin/vss.go#L224) ```golang nonce := make([]byte, gcm.NonceSize()) dealBuff, err := protobuf.Encode(d.deals[i]) if err != nil { return nil, err } encrypted := gcm.Seal(nil, nonce, dealBuff, d.hkdfContext)...

v4

What's the reasoning behind [this value for `MinimumT`](https://github.com/dedis/kyber/blob/89ca875/share/vss/rabin/vss.go#L691)? ```golang // MinimumT returns the minimum safe T that is proven to be secure with this // protocol. It expects n, the...

bug

Thanks to @Drup's help on `#ocaml`, I don't need to fix this, now, but he recommended reporting it as bug. The `js_of_eliom --help` output reports on options `--pretty --no-inline --debug-info...

The prettytensor API has changed since InfoGAN was released. Pin it to the version used at release.

The `mixins.Attr._valid_name` method [only allows ASCII attributes](https://github.com/bcj/AttrDict/blob/master/attrdict/mixins.py#L151). In python 3, unicode attributes are allowed.

I just get a page of "nil"s. Works great for public repos, though!