keybase / node-forge-sigchain

A node library to sync and process user sigchains
BSD 3-Clause "New" or "Revised" License
7 stars 10 forks source link

Slightly more deterministic team forge output #7

Closed mlsteele closed 7 years ago

mlsteele commented 7 years ago

Make the teamforge output slightly more deterministic by seeding a prng. This doesn't make the whole test deterministic because the last holdout is the link signatures. The generator is buried in kbpgp somewhere and it didn't seem too easy to swap it out. So this just yields slightly easier to read diffs in test vectors.