Making libkpmcore’s LUKS/LUKS2 settings to use 4k sector size by default

Hi. I noticed that currently in luks.cpp sector size is hardcoded to 512B and in luks2 is not specified at all.
Most modern user SSDs and HDDs using 4k sector size.
And setting it to 512B lead sometimes to huge perf degradation.

Fedora for example using 4k for default - Changes/LUKSEncryptionSectorSize - Fedora Project Wiki

So, can someone please change this default value in sources?
Thank you.

If I make pull request you guys will accept it?

A created merge request for this change:

/merge_requests/66

(cannot include links)