diff options
author | Jack Lloyd <[email protected]> | 2018-08-01 20:19:38 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-08-01 20:19:38 -0400 |
commit | d17dbed547765739e1885bde33b0165795bcbd72 (patch) | |
tree | 4541ace57656daffcc1f17f04cd6656a9ded67e9 /doc | |
parent | 2504351f6df8ff07df131dcee3248f4b9595e2d7 (diff) |
Combine SM2 key types for signatures and encryption
It seems in practice the same key may be end up used for both
operations, so maintaining a distinction at the type level just
complicates things.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/deprecated.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/deprecated.rst b/doc/manual/deprecated.rst index 15039fea4..f71d2d672 100644 --- a/doc/manual/deprecated.rst +++ b/doc/manual/deprecated.rst @@ -12,7 +12,7 @@ in the source. - Directly accessing the member variables of types calendar_point, ASN1_Attribute, AlgorithmIdentifier, and BER_Object -- The headers ``botan.h``, ``init.h``, ``lookup.h``, ``threefish.h`` +- The headers ``botan.h``, ``init.h``, ``lookup.h``, ``threefish.h``, ``sm2_enc.h`` - All or nothing package transform (``package.h``) |