Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

test case error #46

Description

@liano1987

IS this is an error:
tests/test_cbc_mode.c at line 135:
length = ((unsigned int) sizeof(encrypted));
Should it be the following code:
length = ((unsigned int) sizeof(decrypted));

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