CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/11/06 08:21:44
Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Pull everything except the actual run call out of the closure The determination of the test group type and the JSON unmarshalling can be done before the closure without performance impact. This is more readable and eliminates the need of a temporary variable again. Suggested by jsing