Top Level Namespace

Defined in:

Constant Summary

INVALID_PASSCODES = {0_u32, 11111111_u32, 22222222_u32, 33333333_u32, 44444444_u32, 55555555_u32, 66666666_u32, 77777777_u32, 88888888_u32, 99999999_u32, 12345678_u32, 87654321_u32}

Forbidden passcodes as listed in the "5.1.7.1. Invalid Passcodes" section of the Matter spec

Method Summary

Method Detail

def generate_verifier(passcode : UInt32, salt : Bytes, iterations : Int) : Bytes #

[View source]