chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Actor model implementation, seeking feedback


From: Vasilij Schneidermann
Subject: Re: Actor model implementation, seeking feedback
Date: Sun, 4 Jul 2021 08:55:23 +0200

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 nonces. Another
thing to consider is that the egg provides UUID4. UUID1 might be smarter
for a distributed setting as it has a machine-specific part.

Vasilij

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]