Marcin Krzyzanowski
|
19b3c3ceed
Update pods spec
|
2 年之前 |
Marcin Krzyzanowski
|
8972db7830
Update links
|
2 年之前 |
Marcin Krzyzanowski
|
c67d99db8d
Update README
|
2 年之前 |
Marcin Krzyzanowski
|
67c0506fcd
iOS deployment target is 11.0 (Xcode 14)
|
2 年之前 |
Marcin Krzyzanowski
|
bce847559b
Backport upstream fix from https://github.com/attaswift/BigInt/commit/d2d29c1225d96d66c331712cce4eb4510322a243
|
2 年之前 |
Marcin Krzyzanowski
|
287a4bcb9b
Update CONTRIBUTORS
|
2 年之前 |
Marcin Krzyzanowski
|
3cdf5e0470
README update
|
2 年之前 |
Marcin Krzyzanowski
|
7390485466
Return random values for unhandled/unexpected encryption variants
|
2 年之前 |
Marcin Krzyzanowski
|
13254b7ae7
Update Xcode project
|
2 年之前 |
Nathan Fallet
|
caf228abba
Merge pull request #981 from btoms20/dev/rsa-api
|
2 年之前 |
Brandon Toms
|
713f0e0ec5
Marked externalRepresentation as public and added the publicKeyExternalRepresentation function
|
2 年之前 |
Brandon Toms
|
306be21542
Added public init(rawRepresentation:)
|
2 年之前 |
Brandon Toms
|
e577605744
Removed default implementations
|
2 年之前 |
Brandon Toms
|
70b3ae2073
Added documentation and formatting
|
2 年之前 |
Marcin Krzyzanowski
|
bee7ed5f2d
Merge pull request #979 from GoodNotes/swiftwasm-support
|
2 年之前 |
Nathan Fallet
|
4bba988604
Merge pull request #978 from btoms20/feature/rsa+sig+raw
|
3 年之前 |
Brandon Toms
|
2571fd4264
SwiftFormat
|
3 年之前 |
Brandon Toms
|
249efb1576
Added a 1023bit RSA Key test fixture.
|
3 年之前 |
Brandon Toms
|
e642b53048
Updated to use the new `keySizeBytes` parameter
|
3 年之前 |
Brandon Toms
|
fe92c87158
Added messages to XCTAssert statements.
|
3 年之前 |
Brandon Toms
|
94981bf064
Replaced the while loop with an explicitly defined zero byte array of correct size.
|
3 年之前 |
Brandon Toms
|
b85c08698d
SwiftFormat. Updated RSA Signature extension to use the new `keySizeBytes` param where appropriate.
|
3 年之前 |
Brandon Toms
|
b628b84927
Replaced while loop with an explicit array addition of the correct size.
|
3 年之前 |
Brandon Toms
|
d6f3449a03
SwiftFormat
|
3 年之前 |
Brandon Toms
|
3962cd256e
Updated the RSA Cipher extension to use the new keySizeBytes parameter.
|
3 年之前 |
Brandon Toms
|
9a9a0e8a19
Added a `keySizeBytes` param that stores the minimum bytes needed to express the keys modulus.
|
3 年之前 |
Brandon Toms
|
c95b9db830
A more correct implementation of zero prepended block formatting
|
3 年之前 |
Brandon Toms
|
0a426d437f
raw and digest_pkcs1v15_RAW signature variant support.
|
3 年之前 |
Nathan Fallet
|
aaea7adc5e
Merge pull request #976 from btoms20/feature/rsa+der
|
3 年之前 |
Brandon Toms
|
d1ec8c31f5
Updated Errors to use the DER.Error.invalidDERFormat error case.
|
3 年之前 |