proxygen
Utils.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2018-present, Facebook, Inc.
3  * All rights reserved.
4  *
5  * This source code is licensed under the BSD-style license found in the
6  * LICENSE file in the root directory of this source tree.
7  */
8 
9 #pragma once
10 
11 #include <folly/Range.h>
12 
13 namespace fizz {
14 
15 struct CryptoUtils {
23 
27  static void clean(folly::MutableByteRange range);
28 
32  static void init();
33 };
34 } // namespace fizz
char b
static bool equal(folly::ByteRange a, folly::ByteRange b)
Definition: Utils.cpp:31
static void clean(folly::MutableByteRange range)
Definition: Utils.cpp:38
static void init()
Definition: Utils.cpp:42
Gen range(Value begin, Value end)
Definition: Base.h:467
Definition: Actions.h:16
char a