Skip to content

finely configure number of array entries for cipher_descriptor, hash_descriptor, and prng_descriptor #522

@metalalive

Description

@metalalive

Hi, I am integrating this cryptography library to my application running on microcontroller-based embedded device. I found that the array cipher_descriptor, hash_descriptor, and prng_descriptor are declared with the same parameter TAB_SIZE, which indicates the number of entries that would be used in the array .

I am considering to declare these descriptors with different number of entries, (e.g. only 1 entry in prng_descriptor , and 2 entries in hash_descriptor) in order to save some memory space in my case,

I know that I can do this by simply forking this repository and modifying code by myself , but I still would like to ask if there is any plan from you to provide more parameters to finely configure these descriptors ? Thanks for reading.

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