Skip to content

demo_dynamic.py uses invalid argument #469

@janisozaur

Description

@janisozaur

err = LTC.chacha_ivctr32(byref(self.state), iv, len(iv), byref(self.counter))

passes a pointer to a non-pointer argument counter
int chacha_ivctr32(chacha_state *st, const unsigned char *iv, unsigned long ivlen, ulong32 counter)
resulting in invalid ciphers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions