Skip to content

Commit e2625f8

Browse files
committed
Merge dashpay#684: Make no-float policy explicit
bae1bea Make no-float policy explicit (Tim Ruffing) Pull request description: We don't want floating types for various reasons, e.g., - Their representation and often their behavior is implementation-defined. - Many targets don't support them. Closes dashpay#683. ACKs for top commit: jonasnick: ACK bae1bea Tree-SHA512: e0027d6dda1a3e4b7d146fd3bea04e05473e08e25c0d0730018768be00351dfcf51b87b47b9e27953a21d42e0621433f13cbe55e4c20a7f7086e0191dff607a6
2 parents 770b3dc + bae1bea commit e2625f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Implementation details
2323
* Extensive testing infrastructure.
2424
* Structured to facilitate review and analysis.
2525
* Intended to be portable to any system with a C89 compiler and uint64_t support.
26+
* No use of floating types, except in benchmarks.
2627
* Expose only higher level interfaces to minimize the API surface and improve application security. ("Be difficult to use insecurely.")
2728
* Field operations
2829
* Optimized implementation of arithmetic modulo the curve's field size (2^256 - 0x1000003D1).

0 commit comments

Comments
 (0)