GitHub user kongfanshen-0801 added a comment to the discussion: What is the default mode of operation supported by the SM4 encryption algorithm?
SM4 encryption algorithm use OFB mode: Output FeedBack mode. The code path is : database/src/backend/crypto/sm4_ofb.c GitHub link: https://github.com/apache/cloudberry/discussions/1394#discussioncomment-14692962 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
