crypto: make exported methods conform code style
Tarantool has a strict rule for naming methods of libraries - use the library name as a prefix. For crypto lib methods it should be 'crypto_', not 'tnt_'.
Showing
- extra/exports 6 additions, 7 deletionsextra/exports
- src/lib/crypto/crypto.c 22 additions, 9 deletionssrc/lib/crypto/crypto.c
- src/lib/crypto/crypto.h 5 additions, 1 deletionsrc/lib/crypto/crypto.h
- src/lua/crypto.lua 20 additions, 22 deletionssrc/lua/crypto.lua
- src/main.cc 3 additions, 0 deletionssrc/main.cc
Loading
Please register or sign in to comment