Skip to content

Commit 2fa1177

Browse files
committed
update encoder readme
1 parent 2bb9230 commit 2fa1177

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

fastecdsa/encoding/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ with keys and signatures.
88
## Keys
99

1010
Key encoders should inherit from the `fastecdsa.encoding.KeyEncoder` class. They
11-
should implement all of `KeyEncoder`'s abstract methods as static methods. If an
12-
encoder only operates on public or private keys then the non-applicable methods
13-
should raise `NotImplementedError`s.
11+
should implement all of `KeyEncoder`'s abstract methods. If an encoder only operates
12+
on public or private keys then the non-applicable methods should raise `NotImplementedError`s.
1413

1514
## Signatures
1615

1716
Signature encoders should inherit from the `fastecdsa.encoding.SigEncoder` class.
18-
They should implement all of `SigEncoder`'s abstract methods as static methods.
17+
They should implement all of `SigEncoder`'s abstract methods.

0 commit comments

Comments
 (0)