NIL constant

KdbxUuid const NIL

https://tools.ietf.org/html/rfc4122.html#section-4.1.7

The nil UUID is special form of UUID that is specified to have all 128 bits set to zero.

Implementation

static const NIL = KdbxUuid('AAAAAAAAAAAAAAAAAAAAAA==');