Skip to content

Duplicate implementation of calculate_ecdh_shared_secret() #109

@pythcoiner

Description

@pythcoiner

calculate_ecdh_shared_secret() is implemented twice:

  • in utils/sending.rs
  • in utils/receiving.rs

it seems to me only docstrings & arguments names differs, maybe one should be just a wrapper of the other in order to drop the duplicate code?

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