Commit 2fa1177 1 parent 2bb9230 commit 2fa1177 Copy full SHA for 2fa1177
File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,10 @@ with keys and signatures.
8
8
## Keys
9
9
10
10
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.
14
13
15
14
## Signatures
16
15
17
16
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.
You can’t perform that action at this time.
0 commit comments