diff --git a/tss-esapi/src/structures/buffers/public/rsa.rs b/tss-esapi/src/structures/buffers/public/rsa.rs index e06be2f9..5bd787bd 100644 --- a/tss-esapi/src/structures/buffers/public/rsa.rs +++ b/tss-esapi/src/structures/buffers/public/rsa.rs @@ -259,9 +259,7 @@ impl RsaExponent { impl Default for RsaExponent { fn default() -> RsaExponent { - RsaExponent { - value: (1 << 16) + 1, - } + RsaExponent { value: 0 } } }