Future<Uint8List> verifyingKeyBytes() async { final dynVk = await masterVerifyingKeyToBytes(masterVk: _vkHandle); return dynVk; }