We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e5f8b commit caa6bb7Copy full SHA for caa6bb7
1 file changed
src/mc-fle-blob-subtype-private.h
@@ -18,10 +18,8 @@
18
#define MC_FLE_BLOB_SUBTYPE_PRIVATE_H
19
20
/* FLE Blob Subtype is the first byte of a BSON Binary Subtype 6.
21
- * FLE1 Blob Subtypes are defined in:
22
- * https://github.com/mongodb/specifications/blob/master/source/bson-binary-encrypted/binary-encrypted.md
23
- * FLE2 Blob Subtypes are currently defined in:
24
- * https://github.com/markbenvenuto/mongo-enterprise-modules/blob/fle2/fle_protocol.md#reference-bindata-6-subtypes.
+ * These are defined by the EncryptedBinDataType enum in:
+ * https://github.com/mongodb/mongo/blob/0d51c5cb6571a14e690c4774bb069d1990fd35b6/src/mongo/crypto/fle_field_schema.idl
25
*/
26
27
typedef enum {
0 commit comments