On Tue, 30 May 2017 16:53:47 +0300 Kev Stanz <[email protected]> wrote:
> Hi all, > > Does anybody know how omemo fingerprints are generated in Gajim? What > do they depend on to be generated? > Disregard my last email, I was being silly: https://docs.python.org/2/library/os.html#miscellaneous-functions os.urandom(n) Return a string of n random bytes suitable for cryptographic use.
