Skip to content

Commit

Permalink
sdk v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Feb 14, 2024
1 parent 66161f0 commit 6dac06a
Show file tree
Hide file tree
Showing 21 changed files with 65 additions and 68 deletions.
Binary file modified Frameworks/VCL.xcframework/ios-arm64/VCL.framework/Info.plist
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -37610,8 +37610,7 @@
"mangledName": "$s3VCL21VCLSignatureAlgorithmO03jwsC0SSvp",
"moduleName": "VCL",
"declAttributes": [
"AccessControl",
"RawDocComment"
"AccessControl"
],
"accessors": [
{
Expand Down Expand Up @@ -44162,49 +44161,49 @@
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "BooleanLiteral",
"offset": 629,
"offset": 633,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 716,
"offset": 720,
"length": 17,
"value": "\"CFBundleVersion\""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 738,
"offset": 742,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 808,
"offset": 812,
"length": 28,
"value": "\"CFBundleShortVersionString\""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 842,
"offset": 846,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 880,
"offset": 884,
"length": 6,
"value": "\"VCL \""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 1067,
"offset": 1071,
"length": 5,
"value": "\"JWT\""
},
Expand Down Expand Up @@ -49461,7 +49460,7 @@
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/api\/VCLSignatureAlgorithm.swift",
"kind": "StringLiteral",
"offset": 420,
"offset": 365,
"length": 8,
"value": "\"ES256K\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public struct VCLCryptoServicesDescriptor {
public let signatureAlgorithm: VCLSignatureAlgorithm
public let injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor?
public let remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor?
public init(cryptoServiceType: VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCLSignatureAlgorithm = VCLSignatureAlgorithm.ES256, injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor? = nil)
public init(cryptoServiceType: VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCLSignatureAlgorithm = VCLSignatureAlgorithm.SECP256k1, injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor? = nil)
}
public struct VCLInitializationDescriptor {
public let environment: VCLEnvironment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public struct VCLCryptoServicesDescriptor {
public let signatureAlgorithm: VCL.VCLSignatureAlgorithm
public let injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor?
public let remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor?
public init(cryptoServiceType: VCL.VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCL.VCLSignatureAlgorithm = VCLSignatureAlgorithm.ES256, injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor? = nil)
public init(cryptoServiceType: VCL.VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCL.VCLSignatureAlgorithm = VCLSignatureAlgorithm.SECP256k1, injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor? = nil)
}
public struct VCLInitializationDescriptor {
public let environment: VCL.VCLEnvironment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public struct VCLCryptoServicesDescriptor {
public let signatureAlgorithm: VCLSignatureAlgorithm
public let injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor?
public let remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor?
public init(cryptoServiceType: VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCLSignatureAlgorithm = VCLSignatureAlgorithm.ES256, injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor? = nil)
public init(cryptoServiceType: VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCLSignatureAlgorithm = VCLSignatureAlgorithm.SECP256k1, injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor? = nil)
}
public struct VCLInitializationDescriptor {
public let environment: VCLEnvironment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public struct VCLCryptoServicesDescriptor {
public let signatureAlgorithm: VCL.VCLSignatureAlgorithm
public let injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor?
public let remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor?
public init(cryptoServiceType: VCL.VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCL.VCLSignatureAlgorithm = VCLSignatureAlgorithm.ES256, injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor? = nil)
public init(cryptoServiceType: VCL.VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCL.VCLSignatureAlgorithm = VCLSignatureAlgorithm.SECP256k1, injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor? = nil)
}
public struct VCLInitializationDescriptor {
public let environment: VCL.VCLEnvironment
Expand Down
Binary file modified Frameworks/VCL.xcframework/ios-arm64/VCL.framework/VCL
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@
</data>
<key>Info.plist</key>
<data>
l4MfUCzVJSaP6vDp2+IhY33gMKY=
vfm0z+R+EX/GItyQ4WU+tE7jfFs=
</data>
<key>Modules/VCL.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
gg5OJq/6TSRMfx5nffX3kdwdVYg=
gFOxNgINUVlIs3xRehovcg/ALs4=
</data>
<key>Modules/VCL.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<data>
szXNVtbJtlyYcewXCWoXdZydSkA=
u7PNPDuIWML6YXzK7Ya6lf9nADw=
</data>
<key>Modules/VCL.swiftmodule/arm64-apple-ios.swiftdoc</key>
<data>
6VtN1fJI0yuTwi8AmNrgXv2msJ8=
</data>
<key>Modules/VCL.swiftmodule/arm64-apple-ios.swiftinterface</key>
<data>
szXNVtbJtlyYcewXCWoXdZydSkA=
u7PNPDuIWML6YXzK7Ya6lf9nADw=
</data>
<key>Modules/VCL.swiftmodule/arm64-apple-ios.swiftmodule</key>
<data>
vrUroY0dCVw/wDYixEaPIEspN2U=
t0ASAeo4gYelBcGjj1BxXc1Ssjk=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -61,14 +61,14 @@
<dict>
<key>hash2</key>
<data>
fwo5UDCFYDJtApSzGJPK/cTjR4L1Rsrg4SYCBk15hyI=
+mzqqXsS51X42af6m07KHsFm5ah6sXxKMBDJNFwS6r0=
</data>
</dict>
<key>Modules/VCL.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
sNsXLhycN9cHOgO0G4mHEa7re9ixnjLyuyudIxMP0bw=
16vathF9GP0ykxdvzh8NQbvd2nVRzeIuhApr6TgPgwA=
</data>
</dict>
<key>Modules/VCL.swiftmodule/arm64-apple-ios.swiftdoc</key>
Expand All @@ -82,14 +82,14 @@
<dict>
<key>hash2</key>
<data>
sNsXLhycN9cHOgO0G4mHEa7re9ixnjLyuyudIxMP0bw=
16vathF9GP0ykxdvzh8NQbvd2nVRzeIuhApr6TgPgwA=
</data>
</dict>
<key>Modules/VCL.swiftmodule/arm64-apple-ios.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
HvHnN0OlgSUs0usQ1aYVPRp3AqWXhwdFgJ4Tc8BLNzI=
TEmxkII5E9fD678Cyl+IJoOBSaJGUsca23eGfWTj1ow=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -37610,8 +37610,7 @@
"mangledName": "$s3VCL21VCLSignatureAlgorithmO03jwsC0SSvp",
"moduleName": "VCL",
"declAttributes": [
"AccessControl",
"RawDocComment"
"AccessControl"
],
"accessors": [
{
Expand Down Expand Up @@ -44162,49 +44161,49 @@
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "BooleanLiteral",
"offset": 629,
"offset": 633,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 716,
"offset": 720,
"length": 17,
"value": "\"CFBundleVersion\""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 738,
"offset": 742,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 808,
"offset": 812,
"length": 28,
"value": "\"CFBundleShortVersionString\""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 842,
"offset": 846,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 880,
"offset": 884,
"length": 6,
"value": "\"VCL \""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 1067,
"offset": 1071,
"length": 5,
"value": "\"JWT\""
},
Expand Down Expand Up @@ -49461,7 +49460,7 @@
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/api\/VCLSignatureAlgorithm.swift",
"kind": "StringLiteral",
"offset": 420,
"offset": 365,
"length": 8,
"value": "\"ES256K\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public struct VCLCryptoServicesDescriptor {
public let signatureAlgorithm: VCLSignatureAlgorithm
public let injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor?
public let remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor?
public init(cryptoServiceType: VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCLSignatureAlgorithm = VCLSignatureAlgorithm.ES256, injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor? = nil)
public init(cryptoServiceType: VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCLSignatureAlgorithm = VCLSignatureAlgorithm.SECP256k1, injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor? = nil)
}
public struct VCLInitializationDescriptor {
public let environment: VCLEnvironment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public struct VCLCryptoServicesDescriptor {
public let signatureAlgorithm: VCL.VCLSignatureAlgorithm
public let injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor?
public let remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor?
public init(cryptoServiceType: VCL.VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCL.VCLSignatureAlgorithm = VCLSignatureAlgorithm.ES256, injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor? = nil)
public init(cryptoServiceType: VCL.VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCL.VCLSignatureAlgorithm = VCLSignatureAlgorithm.SECP256k1, injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor? = nil)
}
public struct VCLInitializationDescriptor {
public let environment: VCL.VCLEnvironment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public struct VCLCryptoServicesDescriptor {
public let signatureAlgorithm: VCLSignatureAlgorithm
public let injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor?
public let remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor?
public init(cryptoServiceType: VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCLSignatureAlgorithm = VCLSignatureAlgorithm.ES256, injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor? = nil)
public init(cryptoServiceType: VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCLSignatureAlgorithm = VCLSignatureAlgorithm.SECP256k1, injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor? = nil)
}
public struct VCLInitializationDescriptor {
public let environment: VCLEnvironment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public struct VCLCryptoServicesDescriptor {
public let signatureAlgorithm: VCL.VCLSignatureAlgorithm
public let injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor?
public let remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor?
public init(cryptoServiceType: VCL.VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCL.VCLSignatureAlgorithm = VCLSignatureAlgorithm.ES256, injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor? = nil)
public init(cryptoServiceType: VCL.VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCL.VCLSignatureAlgorithm = VCLSignatureAlgorithm.SECP256k1, injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor? = nil)
}
public struct VCLInitializationDescriptor {
public let environment: VCL.VCLEnvironment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37610,8 +37610,7 @@
"mangledName": "$s3VCL21VCLSignatureAlgorithmO03jwsC0SSvp",
"moduleName": "VCL",
"declAttributes": [
"AccessControl",
"RawDocComment"
"AccessControl"
],
"accessors": [
{
Expand Down Expand Up @@ -44162,49 +44161,49 @@
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "BooleanLiteral",
"offset": 629,
"offset": 633,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 716,
"offset": 720,
"length": 17,
"value": "\"CFBundleVersion\""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 738,
"offset": 742,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 808,
"offset": 812,
"length": 28,
"value": "\"CFBundleShortVersionString\""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 842,
"offset": 846,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 880,
"offset": 884,
"length": 6,
"value": "\"VCL \""
},
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/impl\/GlobalConfig.swift",
"kind": "StringLiteral",
"offset": 1067,
"offset": 1071,
"length": 5,
"value": "\"JWT\""
},
Expand Down Expand Up @@ -49461,7 +49460,7 @@
{
"filePath": "\/Users\/michaelavoyan\/Develop\/iOS\/iOS_Projects\/_GitHubIOS_\/WalletIOS\/VCL\/VCL\/api\/VCLSignatureAlgorithm.swift",
"kind": "StringLiteral",
"offset": 420,
"offset": 365,
"length": 8,
"value": "\"ES256K\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public struct VCLCryptoServicesDescriptor {
public let signatureAlgorithm: VCLSignatureAlgorithm
public let injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor?
public let remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor?
public init(cryptoServiceType: VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCLSignatureAlgorithm = VCLSignatureAlgorithm.ES256, injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor? = nil)
public init(cryptoServiceType: VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCLSignatureAlgorithm = VCLSignatureAlgorithm.SECP256k1, injectedCryptoServicesDescriptor: VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCLRemoteCryptoServicesUrlsDescriptor? = nil)
}
public struct VCLInitializationDescriptor {
public let environment: VCLEnvironment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public struct VCLCryptoServicesDescriptor {
public let signatureAlgorithm: VCL.VCLSignatureAlgorithm
public let injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor?
public let remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor?
public init(cryptoServiceType: VCL.VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCL.VCLSignatureAlgorithm = VCLSignatureAlgorithm.ES256, injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor? = nil)
public init(cryptoServiceType: VCL.VCLCryptoServiceType = VCLCryptoServiceType.Local, signatureAlgorithm: VCL.VCLSignatureAlgorithm = VCLSignatureAlgorithm.SECP256k1, injectedCryptoServicesDescriptor: VCL.VCLInjectedCryptoServicesDescriptor? = nil, remoteCryptoServicesUrlsDescriptor: VCL.VCLRemoteCryptoServicesUrlsDescriptor? = nil)
}
public struct VCLInitializationDescriptor {
public let environment: VCL.VCLEnvironment
Expand Down
Loading

0 comments on commit 6dac06a

Please sign in to comment.