You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -136,6 +136,10 @@ public static void DeriveKeys(
136
136
}
137
137
}
138
138
139
+
/// <remarks>
140
+
/// Probably, you would want to use similar method <see cref="DeriveKeys(byte[], ReadOnlySpan{byte}, ReadOnlySpan{byte}, ReadOnlySpan{byte}, Func{byte[], HashAlgorithm}, Span{byte}, Span{byte})"/>.
141
+
/// It is more efficient allowing to skip an allocation of `combinedContext` and writing directly into passed Spans
0 commit comments