↓ 6 callersFunctionp224_point_doubleDouble an elliptic curve point: (X', Y', Z') = 2 * (X, Y, Z), where X' = (3 * (X - Z^2) * (X + Z^2))^2 - 8 * X * Y^2 Y' = 3 * (X - Z^2) * (X + Z^2) *
BoostAttendance/Pods/BoringSSL-GRPC/src/crypto/fipsmodule/ec/p224-64.c:608
↓ 5 callersMethodAllocSizeThe size of the allocation that fits all arrays. // int[3], 4 bytes of padding, double[4]. Layout<int, double> x(3, 4); unsigned char* p = new unsign
BoostAttendance/Pods/abseil/absl/container/internal/layout.h:595