Re: Egg: ws-client

2021-07-04 Thread Ka-tsùn Lo̍h
Hi Vasilij, Thanks so much for the reply! > > - This implementation passes all of the Autobahn compliance tests. > > I've included the client and configuration file in an examples/ > > directory, but the repository currently has no tests/ because the > > Autobahn tests are usually run from a

Re: Actor model implementation, seeking feedback

2021-07-04 Thread Vasilij Schneidermann
> That might just work. A UUIDv4 is 128 bits, so it can be plugged in > wherever 128 bits of nonce are required. However this isn't always the > case, for example AES-GCM is commonly used with 96 bit nonces. Another > thing to consider is that the egg provides UUID4. UUID1 might be smarter > for a

Re: Actor model implementation, seeking feedback

2021-07-04 Thread Vasilij Schneidermann
Hello Mario, > Would http://wiki.call-cc.org/eggref/5/uuid be suitable for the casae in > question? That might just work. A UUIDv4 is 128 bits, so it can be plugged in wherever 128 bits of nonce are required. However this isn't always the case, for example AES-GCM is commonly used with 96 bit

Re: Egg: ws-client

2021-07-04 Thread Vasilij Schneidermann
Hello Ka-tsùn, > - This implementation passes all of the Autobahn compliance tests. > I've included the client and configuration file in an examples/ > directory, but the repository currently has no tests/ because the > Autobahn tests are usually run from a docker image and take a while to >