aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/md5/ya.make
blob: c09ec1c326f5918609fb490526bdbc5f42ff4818 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY()

OWNER(
    pg
    g:util
)

SRCS(
    md5.cpp
)

PEERDIR(
    contrib/libs/nayuki_md5
    library/cpp/string_utils/base64
)

END()