Skip to content

Add support for encoding/decoding compressed EC keys #56

Open
@huskcasaca

Description

@huskcasaca
            public sealed class RAW : Format() {
                public companion object : RAW() {
                    override val name: String get() = "RAW"
                }
                public data object COMPRESSED : RAW() {
                    override val name: String get() = "RAW_COMPRESSED"
                }
            }

Hi, @whyoleg currently the EC public key encoder/decoder only supports the uncompressed format which starts with 04. I plan to add a new compressed format in RAW format. What do you think :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions