From 406655844bc825606cde09463733a17b3a93ccef Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 25 Jan 2025 18:32:56 +0100 Subject: [PATCH] created doc for why2_set_padding --- .../core/flags/setters/why2_set_padding.md | 37 +++++++++++++++++++ docs/functions/index.md | 1 + 2 files changed, 38 insertions(+) create mode 100644 docs/functions/core/flags/setters/why2_set_padding.md diff --git a/docs/functions/core/flags/setters/why2_set_padding.md b/docs/functions/core/flags/setters/why2_set_padding.md new file mode 100644 index 0000000..b7efdd5 --- /dev/null +++ b/docs/functions/core/flags/setters/why2_set_padding.md @@ -0,0 +1,37 @@ + + +# why2_set_padding + +## Parameters + +| Identifier | Data type | +| ----------------------- | ---------------- | +| `new_memory_identifier` | `unsigned long` | + +## Attributes + +| | | +| ------------------ | ------------------------------------------------ | +| **Return type** | `void` | +| **Header comment** | `SET PADDING RATE WITHOUT REWRITING INPUT FLAGS` | +| **Added in commit** | [`0fe3f47752c574c317da8dbb9db53af9a101212a`](https://github.com/ENGO150/WHY2/commit/0fe3f47752c574c317da8dbb9db53af9a101212a) | + +## Description + +Sets `padding` without messing with [`input_flags`](../../../../types/core/flags/why2_input_flags). \ No newline at end of file diff --git a/docs/functions/index.md b/docs/functions/index.md index e42087f..0d404f4 100644 --- a/docs/functions/index.md +++ b/docs/functions/index.md @@ -69,6 +69,7 @@ You can find documentation for every *public* function of WHY2 below. | [`why2_set_flags`](./core/flags/setters/why2_set_flags) | *This functions doesn't have any description.* | | [`why2_set_encryption_operation`](./core/flags/setters/why2_set_encryption_operation) | *This functions doesn't have any description.* | | [`why2_set_memory_identifier`](./core/flags/setters/why2_set_memory_identifier) | *This functions doesn't have any description.* | +| [`why2_set_padding`](./core/flags/setters/why2_set_padding) | Set padding rate without rewriting input flags | ## Logger