Skip to content

Commit

Permalink
JAVA-5584 Fix link to Java MongoCrypt class implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Nov 19, 2024
1 parent 11022ca commit 9b20142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/client-side-encryption/tests/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ due to the cost of calling between the native language and the C library.
A handle to libmongocrypt (`mongocrypt_t`) is needed for the benchmark. In the public driver API, `mongocrypt_t` is an
implementation detail contained in a `MongoClient`. The bindings API may more directly interface `mongocrypt_t`.
Example: the Java bindings API contains a
[MongoCrypt class](https://github.com/mongodb/libmongocrypt/blob/master/bindings/java/mongocrypt/src/main/java/com/mongodb/crypt/capi/MongoCrypt.java)
[MongoCrypt class](https://github.com/mongodb/mongo-java-driver/blob/main/mongodb-crypt/src/main/com/mongodb/internal/crypt/capi/MongoCrypt.java)
closely wrapping the `mongocrypt_t`.

If possible, drivers are encouraged to use the bindings API and mock responses from the MongoDB server. This may help to
Expand Down

0 comments on commit 9b20142

Please sign in to comment.