File tree 1 file changed +1
-1
lines changed
source/client-side-encryption/tests
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ due to the cost of calling between the native language and the C library.
10
10
A handle to libmongocrypt (` mongocrypt_t ` ) is needed for the benchmark. In the public driver API, ` mongocrypt_t ` is an
11
11
implementation detail contained in a ` MongoClient ` . The bindings API may more directly interface ` mongocrypt_t ` .
12
12
Example: the Java bindings API contains a
13
- [ MongoCrypt class] ( https://github.com/mongodb/libmongocrypt /blob/master/bindings/java/mongocrypt/ src/main/java/ com/mongodb/crypt/capi/MongoCrypt.java )
13
+ [ MongoCrypt class] ( https://github.com/mongodb/mongo-java-driver /blob/main/mongodb-crypt/ src/main/com/mongodb/internal /crypt/capi/MongoCrypt.java )
14
14
closely wrapping the ` mongocrypt_t ` .
15
15
16
16
If possible, drivers are encouraged to use the bindings API and mock responses from the MongoDB server. This may help to
You can’t perform that action at this time.
0 commit comments