File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ class EccKey(object):
6464 :ivar curve: The **canonical** name of the curve as defined in the `ECC table`_.
6565 :vartype curve: string
6666
67- :ivar pointQ: an ECC point representating the public component.
67+ :ivar pointQ: an ECC point representing the public component.
6868 :vartype pointQ: :class:`EccPoint` or :class:`EccXPoint`
6969
7070 :ivar d: A scalar that represents the private component
7171 in NIST P curves. It is smaller than the
7272 order of the generator point.
7373 :vartype d: integer
7474
75- :ivar seed: A seed that representats the private component
75+ :ivar seed: A seed that represents the private component
7676 in Ed22519 (32 bytes), Curve25519 (32 bytes),
7777 Curve448 (56 bytes), Ed448 (57 bytes).
7878 :vartype seed: bytes
You can’t perform that action at this time.
0 commit comments