diff options
| author | J08nY | 2017-12-17 02:17:33 +0100 |
|---|---|---|
| committer | J08nY | 2017-12-17 02:17:33 +0100 |
| commit | e9b54225b7258189862baa879af7466aa125742b (patch) | |
| tree | 6030e62f88e57fca203cf24c378edf5fd3eacd5b /src/misc | |
| parent | 44371b75436094aa360e2123191da9cbb9c61fda (diff) | |
| download | ecgen-e9b54225b7258189862baa879af7466aa125742b.tar.gz ecgen-e9b54225b7258189862baa879af7466aa125742b.tar.zst ecgen-e9b54225b7258189862baa879af7466aa125742b.zip | |
Fix some errors in brainpool rfc generation (4/7 RFC curves pass).
Diffstat (limited to 'src/misc')
| -rw-r--r-- | src/misc/types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/misc/types.h b/src/misc/types.h index 960745c..76f8510 100644 --- a/src/misc/types.h +++ b/src/misc/types.h @@ -49,8 +49,6 @@ typedef struct { long v; bits_t *seed_a; bits_t *seed_b; - bits_t *seed_bp; - GEN mult; } brainpool; }; } seed_t; |
