Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Change Size of Keys #2

@dfense

Description

@dfense

I have a current project that uses ECDH from this embedded library and was hoping to get your library to talk to it.

https://github.com/kmackay/micro-ecc

Ironically it uses different key sizes, exact opposite as your library.

Public Key (64 bytes)
Private Key (32 bytes)

I believe it's due to the way the github library defaulted. I am not familiar enough with the algorithm to know, in all the places you have a hard coded in size, how much would get corrupted by making the change and if the hash etc belongs to one of the key sizes.

Is it possible to wrap your sizes in a const () at the top, and make it easily changable ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions