Skip to content

recursive function has some problem? #1

@kenmaro3

Description

@kenmaro3

@husobee
Hi, thanks for your implementation,

I was interested in order preserved encryption,
and trying pyope and your rust implementation.

I wanted to validate the performance, so I tried to encrypt 1 ~ 1000,
however I noticed encrypted some output falls into same ciphertxt,
which gave me ladder-like output instead of linear one when I plot plaintxt vs ciphertxt.

for example, encrypting
[120:130]
resulted in [8388606, 8388606, 8388605, 8388605, 8388606, 8388605, 8388605, 8388605, 8388605, 8388605]

any thoughts??

thank you ahead,

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