Post

Replies

Boosts

Views

Activity

Comment on Convert key rawRepresentation to x963Representation to create SecKey
Yeah For P256 We have 1 header byte 32 bytes of x 32 bytes of y 32 bytes of K (private key) Total - 97 bytes For Public key - 65 (without K) The problem is to create from 32 bytes of private key (rawRepresentation) these 97 bytes I found solution with this library Unfortunately counting of KeyPair takes a lot of time But the code is open and it's very cool.
Topic: Privacy & Security SubTopic: General Tags:
Sep ’23
Comment on Convert key rawRepresentation to x963Representation to create SecKey
Yeah For P256 We have 1 header byte 32 bytes of x 32 bytes of y 32 bytes of K (private key) Total - 97 bytes For Public key - 65 (without K) The problem is to create from 32 bytes of private key (rawRepresentation) these 97 bytes I found solution with this library Unfortunately counting of KeyPair takes a lot of time But the code is open and it's very cool.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on dismiss UIImagePicker call viewDidLoad again!!
Thank you a lot! It works for me! I had a tab bar controller. When the imagePicker with camera disappeared from the screen, the item from the TabBar was also deleted. You solved it ^_^
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21