aha
This commit is contained in:
12
Assets/Mirror/Transports/Encryption/PubKeyInfo.cs
Normal file
12
Assets/Mirror/Transports/Encryption/PubKeyInfo.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using Mirror.BouncyCastle.Crypto;
|
||||
|
||||
namespace Mirror.Transports.Encryption
|
||||
{
|
||||
public struct PubKeyInfo
|
||||
{
|
||||
public string Fingerprint;
|
||||
public ArraySegment<byte> Serialized;
|
||||
public AsymmetricKeyParameter Key;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user