添加 ChaCha20-Poly1305 加密支持
public static Apq.Cfg.CfgBuilder AddChaCha20Encryption(this Apq.Cfg.CfgBuilder builder, string base64Key, System.Action<Apq.Cfg.Crypto.EncryptionOptions>? configure=null);
builder Apq.Cfg.CfgBuilder
base64Key System.String
configure System.Action<EncryptionOptions>