Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS-2914: Add Secp256k1UnmarshalSignature as return value in Secp256k1Signature #309

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

Balashov152
Copy link
Contributor

@Balashov152 Balashov152 commented Jul 11, 2023

IOS-2914

@Balashov152 Balashov152 requested review from a team and m3g0byt3 and removed request for a team July 11, 2023 07:41
@Balashov152 Balashov152 force-pushed the IOS-2914-Add-Secp256k1UnmarshalSignature branch from 89a8174 to 53d8dfa Compare July 11, 2023 07:42
import Foundation

@available(iOS 13.0, *)
public struct Secp256k1UnmarshalSignature {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Secp256k1ExtendedSignature или вложенный тип Secp256k1Signature.Extended
  • Давай везде сделаем правильный порядок переменных: r,s,v (в конструкторе, в классе, в утилите Secp256k1Utils)
  • sum -> data

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

тесты еще надо поправить

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

поправил ✅

IOS-2914 Add `Secp256k1UnmarshalSignature` as return value in `Secp256k1Signature`

Update Secp256k1UnmarshalSignature.swift
@Balashov152 Balashov152 force-pushed the IOS-2914-Add-Secp256k1UnmarshalSignature branch from 53d8dfa to bdaaa5b Compare July 11, 2023 08:31
@Balashov152 Balashov152 merged commit c5b5a97 into develop Jul 11, 2023
@Balashov152 Balashov152 deleted the IOS-2914-Add-Secp256k1UnmarshalSignature branch July 11, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants