| ... | ... | @@ -480,13 +480,7 @@ pub const Ed25519 = struct { |
| 480 | 480 | hx.final(&blind_h); |
| 481 | 481 | return blind_h; |
| 482 | 482 | } |
| 483 | | |
| 484 | | pub const sign = @compileError("deprecated; use BlindKeyPair.sign instead"); |
| 485 | | pub const unblindPublicKey = @compileError("deprecated; use BlindPublicKey.unblind instead"); |
| 486 | 483 | }; |
| 487 | | |
| 488 | | pub const sign = @compileError("deprecated; use KeyPair.sign instead"); |
| 489 | | pub const verify = @compileError("deprecated; use PublicKey.verify instead"); |
| 490 | 484 | }; |
| 491 | 485 | |
| 492 | 486 | test "ed25519 key pair creation" { |