Tilde Friends
bCrypt

Typedefs

typedef struct JSContext JSContext
 

Functions

void tf_bcrypt_register (JSContext *context)
 

Detailed Description

Exposes bcrypt to script, where it is used for hashing and verifying passwords.

Typedef Documentation

◆ JSContext

typedef struct JSContext JSContext

A JS context.

Function Documentation

◆ tf_bcrypt_register()

void tf_bcrypt_register ( JSContext context)

Register the bcrypt script interface.

Parameters
contextThe JS context.