Samuel Smith

Results 213 comments of Samuel Smith

Matter would not do any decrypting. So you would need the decrypter sub class or the like. All Matter does is handle the conversions between the three formats, Text (QB64),...

for these variable length codes what will likely be returned are Bexter for the B64 encryptions and two new classes yet to be created that might be called Texter or...

KERI doesn't have visibility in what a seal represents, by design. This means that the semantics of a particular seal are hidden from observation. This also applies to Merkle tree...

At HP for both security and privacy reasons we had to scrub logs of all identifiers like usernames. So while its helpful for debugging including full identifiers might result in...

You might need to change the maxfiles limit for your macos. https://wilsonmar.github.io/maximum-limits/ The default sof limit on macos is only 256. Not sure how the soft limit is adaptively adjusted...

I looked briefly at Prometheus (really just read the readme) but the description reminds of a lot of the tooling that we had to build for autonomous vehicle systems. A...

It depends on what the role of the particular participant is. FindAnchoringSealEvent finds events anchored in KELs in the LMDB database. The rules for what events are "accepted" or first...

THis is one reason why I strongly suggest that KERIA agents should run local watchers and then make decisions based on the status of the local watcher's KEL not a...

Or at least unit tests should understand what they are testing for. Is is the view of the KEL that a watcher will see or the view of the KEL...

The LMDB function return Python memoryview objects, which are not usable in f"" strings are in general with most operations like logging. If it is a memoryview than converting it...