Future<Uint8List> getStaticPublicKey() async { final pubKey = await _staticKeys.extractPublicKey(); return Uint8List.fromList(await pubKey.bytes); }