From a75167f48b506f272d2a625d14e4411d6cfb20e2 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 25 Jan 2025 18:25:54 +0100 Subject: [PATCH] created doc for why2_set_encryption_operation --- .../setters/why2_set_encryption_operation.md | 37 +++++++++++++++++++ docs/functions/index.md | 1 + 2 files changed, 38 insertions(+) create mode 100644 docs/functions/core/flags/setters/why2_set_encryption_operation.md diff --git a/docs/functions/core/flags/setters/why2_set_encryption_operation.md b/docs/functions/core/flags/setters/why2_set_encryption_operation.md new file mode 100644 index 0000000..8544092 --- /dev/null +++ b/docs/functions/core/flags/setters/why2_set_encryption_operation.md @@ -0,0 +1,37 @@ + + +# why2_set_encryption_operation + +## Parameters + +| Identifier | Data type | +| ------------------------ | ------------------------------------------------------------------------------------------- | +| `newEncryptionOperation` | [`why2_encryption_operation_cb`](../../../../types/core/flags/why2_encryption_operation_cb) | + +## Attributes + +| | | +| ------------------ | ------------------------------------------------------------------------------------------- | +| **Return type** | `void` | +| **Header comment** | *This functions doesn't take any parameters.* | +| **Added in commit** | [`e6648787e8350cf3e20ead524c6a630ef412f581`](https://github.com/ENGO150/WHY2/commit/e6648787e8350cf3e20ead524c6a630ef412f581) | + +## Description + +Sets callback to `encryption_operation`, which is used during encryption/decryption for final string manipulation. \ No newline at end of file diff --git a/docs/functions/index.md b/docs/functions/index.md index 2a6499d..54b2dc6 100644 --- a/docs/functions/index.md +++ b/docs/functions/index.md @@ -67,6 +67,7 @@ You can find documentation for every *public* function of WHY2 below. | [`why2_set_encryption_separator`](./core/flags/setters/why2_set_encryption_separator) | *This functions doesn't have any description.* | | [`why2_set_key_length`](./core/flags/setters/why2_set_key_length) | *This functions doesn't have any description.* | | [`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.* | ## Logger