Files
node/lib
Tobias Nießen 0050addb1f crypto: merge CipherBase.initiv into constructor
Now that `CipherBase.init` has been removed, instances of the class are
always initialized by a call to `initiv` immediately after the
constructor has returned. Instead of calling into C++ twice from
`createCipherBase`, pass all required arguments to the constructor and
fully initialize the instance before the constructor returns.

PR-URL: https://github.com/nodejs/node/pull/58166
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2025-05-07 16:13:29 +00:00
..
2024-09-24 19:48:15 +00:00
2024-10-09 06:42:16 +00:00
2025-05-06 20:28:02 -07:00
2025-04-27 07:40:37 -07:00
2025-03-04 08:33:21 -08:00
2024-12-15 14:19:27 +00:00
2025-04-29 17:53:12 +00:00
2024-07-08 15:55:43 +00:00
2024-10-09 06:42:16 +00:00
2024-10-09 06:42:16 +00:00
2025-01-04 18:30:04 +00:00
2025-03-04 11:14:34 +00:00