We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee8565 commit fec6132Copy full SHA for fec6132
src/Crypto.re
@@ -36,7 +36,7 @@ module KeyObject = {
36
37
module PivateKey = {
38
include KeyObject.Impl;
39
- type kind = [ KeyObject.publicKey];
+ type kind = [ KeyObject.privateKey];
40
type t('a) = KeyObject.t('a, [ kind]);
41
[@bs.module "crypto"] external make: Buffer.t => t('a) = "createPrivateKey";
42
[@bs.module "crypto"]
@@ -193,7 +193,7 @@ module Decipher = {
193
) =>
194
t =
195
"createDecipheriv";
196
-} /* }*/ /* module Verify = */;
+} /* }*/ /* }*/ /* module Verify = */;
197
198
// module DiffieHellman = {
199
@@ -203,6 +203,4 @@ module Decipher = {
203
204
// };
205
206
-// module Sign = {
207
-
208
-// };
+// module Sign = {
0 commit comments