mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 02:23:57 +00:00
[PM-5731] feat: implement signing
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
namespace Bit.Core.Models.Domain
|
||||
{
|
||||
public enum CryptoEcdsaAlgorithm : byte {
|
||||
P256Sha256 = 0,
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
namespace Bit.Core.Models.Domain
|
||||
{
|
||||
public struct CryptoSignEcdsaOptions : ICryptoSignOptions
|
||||
{
|
||||
public enum DsaSignatureFormat : byte {
|
||||
IeeeP1363FixedFieldConcatenation = 0,
|
||||
Rfc3279DerSequence = 1
|
||||
}
|
||||
|
||||
public CryptoEcdsaAlgorithm Algorithm { get; set; }
|
||||
public DsaSignatureFormat SignatureFormat { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
namespace Bit.Core.Models.Domain
|
||||
{
|
||||
public interface ICryptoSignOptions
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user