Skip to content

Rename "curve25519" to "salsa20-poly1305" #194

Description

@DarkKirb

The documentation currently refers to "curve25519" as an encryption algorithm, which is something it can't do.

Curve25519 is an ECDH curve which is used to generate an encryption key. Curve25519 is independent from the actual encryption method used.

I propose that we rename the "curve25519" encryption to "salsa20-poly1305" which is the encryption method used by rdedup currently. This would also allow additional encryption algorithms to be named sensibly, like for example "chacha20-poly1305", "aes256-gcm", etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions