diff --git a/docs/functions/core/flags/getters/why2_get_padding_changed.md b/docs/functions/core/flags/getters/why2_get_padding_changed.md new file mode 100644 index 0000000..ab025c2 --- /dev/null +++ b/docs/functions/core/flags/getters/why2_get_padding_changed.md @@ -0,0 +1,35 @@ + + +# why2_get_padding_changed + +## Parameters + +*This functions doesn't take any parameters.* + +## Attributes + +| | | +| ------------------ | ----------------------------------------------------- | +| **Return type** | [`why2_bool`](../../../../types/core/flags/why2_bool) | +| **Header comment** | *This functions doesn't have any description.* | +| **Added in commit** | [`59d6252fe37f036995cb23f3b9898ee1c4b4428d`](https://github.com/ENGO150/WHY2/commit/59d6252fe37f036995cb23f3b9898ee1c4b4428d) | + +## Description + +Function returns boolean → whether [`why2_set_padding`](../../setters/why2_set_padding) was used or not. \ No newline at end of file diff --git a/docs/functions/index.md b/docs/functions/index.md index 837b130..6f81670 100644 --- a/docs/functions/index.md +++ b/docs/functions/index.md @@ -56,6 +56,7 @@ You can find documentation for every *public* function of WHY2 below. | [`why2_no_output`](./core/flags/getters/why2_no_output) | Same as why2_get_default_flags() but for why2_output_flags | | [`why2_get_encryption_operation`](./core/flags/getters/why2_get_encryption_operation) | Returns functions which is used for encryption & decryption | | [`why2_get_flags_changed`](./core/flags/getters/why2_get_flags_changed) | *This functions doesn't have any description.* | +| [`why2_get_padding_changed`](./core/flags/getters/why2_get_padding_changed) | *This functions doesn't have any description.* | ## Logger